is not current version
Last Version 2.0.2

org.jsonurl:jsonurl-jsr374 2.0.0

This implements a JSON->URL parser for the JSR-374 JSON interface.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

jsonurl-jsr374
Version

Version

2.0.0
Type

Type

jar

Download jsonurl-jsr374 2.0.0


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