is not current version
Last Version 2.0.2

org.jsonurl:jsonurl-core 1.2.0

This is the JSON->URL core library. It implements a parser, as defined by the spec, with support for type parameters. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

jsonurl-core
Version

Version

1.2.0
Type

Type

jar

Download jsonurl-core 1.2.0


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