| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.anc.json |
| ArtifactId | ArtifactIdcompiler |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON Schema Compiler
Generates JSON schema from a simplified Groovy DSL syntax.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationAmerican National Corpus |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| compiler-1.3.1.pom | |
| compiler-1.3.1.jar | 26 KB |
| compiler-1.3.1-sources.jar | 5 KB |
| compiler-1.3.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.anc.json/compiler/ -->
<dependency>
<groupId>org.anc.json</groupId>
<artifactId>compiler</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.anc.json/compiler/
implementation 'org.anc.json:compiler:1.3.1'
// https://jarcasting.com/artifacts/org.anc.json/compiler/
implementation ("org.anc.json:compiler:1.3.1")
'org.anc.json:compiler:jar:1.3.1'
<dependency org="org.anc.json" name="compiler" rev="1.3.1">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anc.json', module='compiler', version='1.3.1')
)
libraryDependencies += "org.anc.json" % "compiler" % "1.3.1"
[org.anc.json/compiler "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.6 |
| junit : junit | jar | 4.12 |
| org.codehaus.groovy : groovy-all | pom | 2.5.3 |
| org.apache.ivy : ivy | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |