MVN

org.jsonurl : jsonurl-factory

Maven & Gradle

Sep 07, 2021
2 usages
4 stars

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.

<dependency>
    <groupId>org.jsonurl</groupId>
    <artifactId>jsonurl-factory</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsonurl : jsonurl-factory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.jsonurl : jsonurl-factory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jsonurl-factory-2.0.2
jsonurl-factory-2.0.1
jsonurl-factory-2.0.0

How to add a dependency to Maven

Add the following org.jsonurl : jsonurl-factory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsonurl</groupId>
    <artifactId>jsonurl-factory</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsonurl : jsonurl-factory gradle dependency to your build.gradle file:

implementation 'org.jsonurl:jsonurl-factory:2.0.2'

Gradle Kotlin DSL: Add the following org.jsonurl : jsonurl-factory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsonurl:jsonurl-factory:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsonurl : jsonurl-factory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsonurl" % "jsonurl-factory" % "2.0.2"

Advertisement

Dependencies from Group

Sep 07, 2021
3 usages
4 stars
Sep 07, 2021
2 usages
4 stars
Apr 03, 2021
Sep 07, 2021
4 stars
Sep 07, 2021
4 stars

Discover Dependencies

May 02, 2023
12 usages
213 stars
Mar 28, 2019
4 usages
12 stars
Feb 10, 2022
21 usages
1 stars
Oct 15, 2020
10 usages
1 stars
Jul 23, 2023
8 usages
10 stars
Feb 24, 2021
3 usages
0 stars
Jun 05, 2022
12 usages
26 stars
Nov 08, 2022
11 usages
0 stars
Mar 26, 2021
8 usages
31 stars
May 20, 2008
7 usages