MVN

net.siisise : softlib-json

Maven & Gradle

Dec 21, 2022
0 stars

SoftLibJSON · JSON-P JSON-B JSON APIs Implements for Java

<dependency>
    <groupId>net.siisise</groupId>
    <artifactId>softlib-json</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.siisise : softlib-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of net.siisise : softlib-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
softlib-json-1.2.2
softlib-json-1.2.1
softlib-json-1.2.0
1.1.x
softlib-json-1.1.3

How to add a dependency to Maven

Add the following net.siisise : softlib-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.siisise</groupId>
    <artifactId>softlib-json</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.siisise : softlib-json gradle dependency to your build.gradle file:

implementation 'net.siisise:softlib-json:1.2.2'

Gradle Kotlin DSL: Add the following net.siisise : softlib-json gradle kotlin dependency to your build.gradle.kts file:

implementation("net.siisise:softlib-json:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.siisise : softlib-json sbt scala dependency to your build.sbt file:

libraryDependencies += "net.siisise" % "softlib-json" % "1.2.2"

Advertisement