Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.operon |
ArtifactId | ArtifactIdoperon-json-parser |
Version | Version0.9.4.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.operon/operon-json-parser/ -->
<dependency>
<groupId>io.operon</groupId>
<artifactId>operon-json-parser</artifactId>
<version>0.9.4.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.operon/operon-json-parser/
implementation 'io.operon:operon-json-parser:0.9.4.1-RELEASE'
// https://jarcasting.com/artifacts/io.operon/operon-json-parser/
implementation ("io.operon:operon-json-parser:0.9.4.1-RELEASE")
'io.operon:operon-json-parser:jar:0.9.4.1-RELEASE'
<dependency org="io.operon" name="operon-json-parser" rev="0.9.4.1-RELEASE">
<artifact name="operon-json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.operon', module='operon-json-parser', version='0.9.4.1-RELEASE')
)
libraryDependencies += "io.operon" % "operon-json-parser" % "0.9.4.1-RELEASE"
[io.operon/operon-json-parser "0.9.4.1-RELEASE"]