org.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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

jsonurl-factory
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

org.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

https://www.jsonurl.org
Project Organization

Project Organization

jsonurl.org

Download jsonurl-factory

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jsonurl : jsonurl-core jar 2.0.2

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