is not current version
Last Version 1.3.1

org.anc.json:compiler 1.2.1

Generates JSON schema from a simplified Groovy DSL syntax.

Categories

Categories

JSON Data
GroupId

GroupId

org.anc.json
ArtifactId

ArtifactId

compiler
Version

Version

1.2.1
Type

Type

jar

Download compiler 1.2.1


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