lisj

A library to describe S-expressions inside Java program as objects.

License

License

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

lisj
Last Version

Last Version

0.8.2
Release Date

Release Date

Type

Type

jar
Description

Description

lisj
A library to describe S-expressions inside Java program as objects.

Download lisj

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 17.0
org.apache.commons : commons-lang3 jar 3.1

test (2)

Group / Artifact Type Version
junit : junit jar [4.10,]
org.reflections : reflections jar 0.9.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.2
0.8.0