is not current version
Last Version 1.3.1

org.anc.json:compiler 1.3.0

Generates JSON schema from a simplified Groovy DSL syntax.

Categories

Categories

JSON Data
GroupId

GroupId

org.anc.json
ArtifactId

ArtifactId

compiler
Version

Version

1.3.0
Type

Type

jar

Download compiler 1.3.0


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