MVN

name.remal : json

Maven & Gradle

Jan 04, 2018

Java & Kotlin tools: json · Java & Kotlin tools: json

<dependency>
    <groupId>name.remal</groupId>
    <artifactId>json</artifactId>
    <version>0.24.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.remal : json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.3

All Versions

Choose a version of name.remal : json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24.x
json-0.24.3

How to add a dependency to Maven

Add the following name.remal : json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.remal</groupId>
    <artifactId>json</artifactId>
    <version>0.24.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.remal : json gradle dependency to your build.gradle file:

implementation 'name.remal:json:0.24.3'

Gradle Kotlin DSL: Add the following name.remal : json gradle kotlin dependency to your build.gradle.kts file:

implementation("name.remal:json:0.24.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.remal : json sbt scala dependency to your build.sbt file:

libraryDependencies += "name.remal" % "json" % "0.24.3"

Advertisement