License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdjsonurl-factory |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
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.2.pom | |
jsonurl-factory-2.0.2.jar | 25 KB |
jsonurl-factory-2.0.2-tests.jar | 53 KB |
jsonurl-factory-2.0.2-sources.jar | 19 KB |
jsonurl-factory-2.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation 'org.jsonurl:jsonurl-factory:2.0.2'
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation ("org.jsonurl:jsonurl-factory:2.0.2")
'org.jsonurl:jsonurl-factory:jar:2.0.2'
<dependency org="org.jsonurl" name="jsonurl-factory" rev="2.0.2">
<artifact name="jsonurl-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='jsonurl-factory', version='2.0.2')
)
libraryDependencies += "org.jsonurl" % "jsonurl-factory" % "2.0.2"
[org.jsonurl/jsonurl-factory "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jsonurl : jsonurl-core | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |