License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdjsonurl-core |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsonurl-core-2.0.2.pom | |
jsonurl-core-2.0.2.jar | 39 KB |
jsonurl-core-2.0.2-tests.jar | 11 KB |
jsonurl-core-2.0.2-sources.jar | 28 KB |
jsonurl-core-2.0.2-javadoc.jar | 124 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |