is not current version
Last Version 2.3.4

com.elastisys.scale:commons.json 1.0.0

utility classes for working with JSON documents

Categories

Categories

JSON Data
GroupId

GroupId

com.elastisys.scale
ArtifactId

ArtifactId

commons.json
Version

Version

1.0.0
Type

Type

jar

Download commons.json 1.0.0


<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.json/ -->
<dependency>
    <groupId>com.elastisys.scale</groupId>
    <artifactId>commons.json</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.json/
implementation 'com.elastisys.scale:commons.json:1.0.0'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.json/
implementation ("com.elastisys.scale:commons.json:1.0.0")
'com.elastisys.scale:commons.json:jar:1.0.0'
<dependency org="com.elastisys.scale" name="commons.json" rev="1.0.0">
  <artifact name="commons.json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.json', version='1.0.0')
)
libraryDependencies += "com.elastisys.scale" % "commons.json" % "1.0.0"
[com.elastisys.scale/commons.json "1.0.0"]