is not current version
Last Version 3.3.2-1

org.webjars:json3 3.2.5a

WebJar for JSON 3

Categories

Categories

JSON Data
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

json3
Version

Version

3.2.5a
Type

Type

jar

Download json3 3.2.5a


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