License |
License |
---|---|
Categories |
CategoriesJava Languages JSON Data |
GroupId | GroupIdio.github.jamsesso |
ArtifactId | ArtifactIdjson-logic-java |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-logic-java
A native Java implementation of the json-logic project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-logic-java-1.0.7.pom | |
json-logic-java-1.0.7.jar | 52 KB |
json-logic-java-1.0.7-sources.jar | 28 KB |
json-logic-java-1.0.7-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jamsesso/json-logic-java/ -->
<dependency>
<groupId>io.github.jamsesso</groupId>
<artifactId>json-logic-java</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jamsesso/json-logic-java/
implementation 'io.github.jamsesso:json-logic-java:1.0.7'
// https://jarcasting.com/artifacts/io.github.jamsesso/json-logic-java/
implementation ("io.github.jamsesso:json-logic-java:1.0.7")
'io.github.jamsesso:json-logic-java:jar:1.0.7'
<dependency org="io.github.jamsesso" name="json-logic-java" rev="1.0.7">
<artifact name="json-logic-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jamsesso', module='json-logic-java', version='1.0.7')
)
libraryDependencies += "io.github.jamsesso" % "json-logic-java" % "1.0.7"
[io.github.jamsesso/json-logic-java "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |