Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.anc.json |
ArtifactId | ArtifactIdcompiler |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
compiler-1.3.0.pom | |
compiler-1.3.0.jar | 43 KB |
compiler-1.3.0-sources.jar | 7 KB |
compiler-1.3.0-javadoc.jar | 34 KB |
Browse |
<!-- 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"]