is not current version
Last Version 1.10.15

com.github.jlangch:venice 1.9.2

Venice, a sandboxed Lisp implemented in Java.

GroupId

GroupId

com.github.jlangch
ArtifactId

ArtifactId

venice
Version

Version

1.9.2
Type

Type

jar

Download venice 1.9.2


<!-- https://jarcasting.com/artifacts/com.github.jlangch/venice/ -->
<dependency>
    <groupId>com.github.jlangch</groupId>
    <artifactId>venice</artifactId>
    <version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jlangch/venice/
implementation 'com.github.jlangch:venice:1.9.2'
// https://jarcasting.com/artifacts/com.github.jlangch/venice/
implementation ("com.github.jlangch:venice:1.9.2")
'com.github.jlangch:venice:jar:1.9.2'
<dependency org="com.github.jlangch" name="venice" rev="1.9.2">
  <artifact name="venice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jlangch', module='venice', version='1.9.2')
)
libraryDependencies += "com.github.jlangch" % "venice" % "1.9.2"
[com.github.jlangch/venice "1.9.2"]