License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdlisj |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlisj
A library to describe S-expressions inside Java program as
objects.
|
Filename | Size |
---|---|
lisj-0.8.2.pom | |
lisj-0.8.2.jar | 148 KB |
lisj-0.8.2-sources.jar | 53 KB |
lisj-0.8.2-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/lisj/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>lisj</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/lisj/
implementation 'com.github.dakusui:lisj:0.8.2'
// https://jarcasting.com/artifacts/com.github.dakusui/lisj/
implementation ("com.github.dakusui:lisj:0.8.2")
'com.github.dakusui:lisj:jar:0.8.2'
<dependency org="com.github.dakusui" name="lisj" rev="0.8.2">
<artifact name="lisj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='lisj', version='0.8.2')
)
libraryDependencies += "com.github.dakusui" % "lisj" % "0.8.2"
[com.github.dakusui/lisj "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
org.apache.commons : commons-lang3 | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.10,] |
org.reflections : reflections | jar | 0.9.8 |