| License |
License |
|---|---|
| GroupId | GroupIdcom.github.beinn |
| ArtifactId | ArtifactIdlisp4j |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.beinn:lisp4j
Lisp interpreter library for Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| lisp4j-0.5.pom | |
| lisp4j-0.5.jar | 47 KB |
| lisp4j-0.5-sources.jar | 44 KB |
| lisp4j-0.5-javadoc.jar | 275 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.beinn/lisp4j/ -->
<dependency>
<groupId>com.github.beinn</groupId>
<artifactId>lisp4j</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.beinn/lisp4j/
implementation 'com.github.beinn:lisp4j:0.5'
// https://jarcasting.com/artifacts/com.github.beinn/lisp4j/
implementation ("com.github.beinn:lisp4j:0.5")
'com.github.beinn:lisp4j:jar:0.5'
<dependency org="com.github.beinn" name="lisp4j" rev="0.5">
<artifact name="lisp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.beinn', module='lisp4j', version='0.5')
)
libraryDependencies += "com.github.beinn" % "lisp4j" % "0.5"
[com.github.beinn/lisp4j "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |