|  | load("//tools/bzl:maven_jar.bzl", "GERRIT", "maven_jar") | 
|  | load("//:external_plugin_deps.bzl", "external_plugin_deps") | 
|  |  | 
|  | PROLOG_VERS = "1.4.3" | 
|  | PROLOG_REPO = GERRIT | 
|  |  | 
|  | def external_plugin_deps_standalone(): | 
|  | external_plugin_deps(omit_jackson_core = False) | 
|  |  | 
|  | maven_jar( | 
|  | name = "prolog-runtime", | 
|  | artifact = "com.googlecode.prolog-cafe:prolog-runtime:" + PROLOG_VERS, | 
|  | attach_source = False, | 
|  | repository = PROLOG_REPO, | 
|  | sha1 = "d5206556cbc76ffeab21313ffc47b586a1efbcbb", | 
|  | ) | 
|  |  | 
|  | maven_jar( | 
|  | name = "prolog-compiler", | 
|  | artifact = "com.googlecode.prolog-cafe:prolog-compiler:" + PROLOG_VERS, | 
|  | attach_source = False, | 
|  | repository = PROLOG_REPO, | 
|  | sha1 = "f37032cf1dec3e064427745bc59da5a12757a3b2", | 
|  | ) | 
|  |  | 
|  | maven_jar( | 
|  | name = "prolog-io", | 
|  | artifact = "com.googlecode.prolog-cafe:prolog-io:" + PROLOG_VERS, | 
|  | attach_source = False, | 
|  | repository = PROLOG_REPO, | 
|  | sha1 = "d02b2640b26f64036b6ba2b45e4acc79281cea17", | 
|  | ) |