is not current version
Last Version 2.0.2

org.jsonurl:jsonurl-factory 2.0.0

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.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

jsonurl-factory
Version

Version

2.0.0
Type

Type

jar

Download jsonurl-factory 2.0.0


<!-- https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/ -->
<dependency>
    <groupId>org.jsonurl</groupId>
    <artifactId>jsonurl-factory</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation 'org.jsonurl:jsonurl-factory:2.0.0'
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation ("org.jsonurl:jsonurl-factory:2.0.0")
'org.jsonurl:jsonurl-factory:jar:2.0.0'
<dependency org="org.jsonurl" name="jsonurl-factory" rev="2.0.0">
  <artifact name="jsonurl-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='jsonurl-factory', version='2.0.0')
)
libraryDependencies += "org.jsonurl" % "jsonurl-factory" % "2.0.0"
[org.jsonurl/jsonurl-factory "2.0.0"]