License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdjsonurl-core |
Version | Version2.0.1 |
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.1.pom | |
jsonurl-core-2.0.1.jar | 63 KB |
jsonurl-core-2.0.1-tests.jar | 27 KB |
jsonurl-core-2.0.1-sources.jar | 61 KB |
jsonurl-core-2.0.1-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonurl/jsonurl-core/ -->
<dependency>
<groupId>org.jsonurl</groupId>
<artifactId>jsonurl-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-core/
implementation 'org.jsonurl:jsonurl-core:2.0.1'
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-core/
implementation ("org.jsonurl:jsonurl-core:2.0.1")
'org.jsonurl:jsonurl-core:jar:2.0.1'
<dependency org="org.jsonurl" name="jsonurl-core" rev="2.0.1">
<artifact name="jsonurl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='jsonurl-core', version='2.0.1')
)
libraryDependencies += "org.jsonurl" % "jsonurl-core" % "2.0.1"
[org.jsonurl/jsonurl-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |