json-logic-java

A full native Java implementation of the json-logic project(successfully passed official tests)

License

License

Categories

Categories

Java Languages JSON Data
GroupId

GroupId

io.github.meiskalt7
ArtifactId

ArtifactId

json-logic-java
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

json-logic-java
A full native Java implementation of the json-logic project(successfully passed official tests)
Project URL

Project URL

https://github.com/meiskalt7/json-logic-java
Source Code Management

Source Code Management

https://github.com/meiskalt7/json-logic-java.git

Download json-logic-java

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.6

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0