License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdjsonurl-factory |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionorg.jsonurl:jsonurl-factory
This is the JSON->URL factory artifact. It defines a generic parser
inferface for building in-memory structures from a value factory.
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-factory-2.0.1.pom | |
jsonurl-factory-2.0.1.jar | 25 KB |
jsonurl-factory-2.0.1-tests.jar | 53 KB |
jsonurl-factory-2.0.1-sources.jar | 19 KB |
jsonurl-factory-2.0.1-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/ -->
<dependency>
<groupId>org.jsonurl</groupId>
<artifactId>jsonurl-factory</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation 'org.jsonurl:jsonurl-factory:2.0.1'
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation ("org.jsonurl:jsonurl-factory:2.0.1")
'org.jsonurl:jsonurl-factory:jar:2.0.1'
<dependency org="org.jsonurl" name="jsonurl-factory" rev="2.0.1">
<artifact name="jsonurl-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='jsonurl-factory', version='2.0.1')
)
libraryDependencies += "org.jsonurl" % "jsonurl-factory" % "2.0.1"
[org.jsonurl/jsonurl-factory "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jsonurl : jsonurl-core | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |