Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.anc.json |
ArtifactId | ArtifactIdcompiler |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
compiler-1.2.1.pom | |
compiler-1.2.1.jar | 26 KB |
compiler-1.2.1-sources.jar | 5 KB |
compiler-1.2.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.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"]