MVN

name.remal.tools : json

Maven & Gradle

Apr 23, 2020

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

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

Latest Version

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

  • Latest Stable: 1.26.147

All Versions

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

Version Vulnerabilities Updated
1.26.x
json-1.26.147
json-1.26.146
json-1.26.145
json-1.26.144
json-1.26.143
json-1.26.141
json-1.26.140
json-1.26.139
json-1.26.138
json-1.26.136
json-1.26.135
json-1.26.134
json-1.26.133
json-1.26.132
json-1.26.131
json-1.26.130
json-1.26.129
json-1.26.128
json-1.26.127
json-1.26.126
json-1.26.125
json-1.26.124
json-1.26.123
json-1.26.122
json-1.26.121
json-1.26.120
json-1.26.119
json-1.26.118
json-1.26.117
json-1.26.116
json-1.26.115
json-1.26.114
json-1.26.113
json-1.26.112
json-1.26.111
json-1.26.110
json-1.26.109
json-1.26.108
json-1.26.107
json-1.26.106
json-1.26.105
json-1.26.104
json-1.26.103
json-1.26.102
json-1.26.101
json-1.26.98
json-1.26.97
json-1.26.95
json-1.26.94
json-1.26.91
json-1.26.90
json-1.26.89
0.26.x
json-0.26.34
0.25.x
json-0.25.3
json-0.25.2

How to add a dependency to Maven

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

<dependency>
    <groupId>name.remal.tools</groupId>
    <artifactId>json</artifactId>
    <version>1.26.147</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'name.remal.tools:json:1.26.147'

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

implementation("name.remal.tools:json:1.26.147")

How to add a dependency to SBT Scala

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

libraryDependencies += "name.remal.tools" % "json" % "1.26.147"