is not current version
Last Version 0.5

com.github.beinn:lisp4j 0.3

Lisp interpreter library for Java

GroupId

GroupId

com.github.beinn
ArtifactId

ArtifactId

lisp4j
Version

Version

0.3
Type

Type

jar

Download lisp4j 0.3


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