org.jsonurl:jsonurl-core

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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

jsonurl-core
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

org.jsonurl:jsonurl-core
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.
Project URL

Project URL

https://www.jsonurl.org
Project Organization

Project Organization

jsonurl.org

Download jsonurl-core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0