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