MVN

love.forte.simple-robot.serialization : json-core

Maven & Gradle

Feb 10, 2023
7 usages
452 stars
<dependency>
    <groupId>love.forte.simple-robot.serialization</groupId>
    <artifactId>json-core</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of love.forte.simple-robot.serialization : json-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2
  • Latest Release Candidate: 2.1.0-RC.5
  • Latest Beta: 2.3.0-BETA.6
  • Latest Alpha: 2.3.0-ALPHA.6

All Versions

Choose a version of love.forte.simple-robot.serialization : json-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
json-core-2.5.2
json-core-2.5.1
json-core-2.5.0
2.4.x
json-core-2.4.0
2.3.x
json-core-2.3.9
json-core-2.3.8
json-core-2.3.7
json-core-2.3.5
json-core-2.3.4
json-core-2.3.3
json-core-2.3.2
json-core-2.3.1
json-core-2.3.0
json-core-2.3.0-BETA.6
json-core-2.3.0-BETA.5
json-core-2.3.0-BETA.4
json-core-2.3.0-BETA.3
json-core-2.3.0-BETA.2
json-core-2.3.0-BETA.1
json-core-2.3.0-ALPHA.6
json-core-2.3.0-ALPHA.5
json-core-2.3.0-ALPHA.4
json-core-2.3.0-ALPHA.3
json-core-2.3.0-ALPHA.2
json-core-2.3.0-ALPHA.1
2.2.x
json-core-2.2.3
json-core-2.2.2
json-core-2.2.1
json-core-2.2.0
json-core-2.2.0-BETA.4
json-core-2.2.0-DEV.15
json-core-2.2.0-BETA.3
json-core-2.2.0-BETA.2
json-core-2.2.0-DEV.14
json-core-2.2.0-DEV.13
json-core-2.2.0-DEV.12
json-core-2.2.0-BETA.1
json-core-2.2.0-DEV.11
json-core-2.2.0-DEV.10
json-core-2.2.0-DEV.9
json-core-2.2.0-DEV.8
json-core-2.2.0-DEV.7
json-core-2.2.0-DEV.6
json-core-2.2.0-DEV.5
json-core-2.2.0-DEV.4
json-core-2.2.0-DEV.3
json-core-2.2.0-DEV.2
json-core-2.2.0-DEV.1
2.1.x
json-core-2.1.2-DEV.1
json-core-2.1.1
json-core-2.1.0
json-core-2.1.0-DEV.10
json-core-2.1.0-RC.5
json-core-2.1.0-DEV.9
json-core-2.1.0-DEV.8
json-core-2.1.0-RC.4
json-core-2.1.0-DEV.7
json-core-2.1.0-DEV.6
json-core-2.1.0-DEV.5
json-core-2.1.0-RC.3
json-core-2.1.0-DEV.4
json-core-2.1.0-RC.2
json-core-2.1.0-M1
json-core-2.1.0-DEV.3.2
json-core-2.1.0-DEV.2
json-core-2.1.0-DEV.1
json-core-2.1.0-BETA.1
2.0.x
json-core-2.0.9-dev.2
json-core-2.0.9-dev.1
json-core-2.0.9-snapshot
json-core-2.0.8
json-core-2.0.7
json-core-2.0.6
json-core-2.0.6-BETA.5
json-core-2.0.6-BETA.4
json-core-2.0.6-BETA.3
json-core-2.0.6-BETA.2
json-core-2.0.6-BETA.1
json-core-2.0.5
json-core-2.0.4
json-core-2.0.3
json-core-2.0.2
json-core-2.0.1
json-core-2.0.0
json-core-2.0.0-RC.4
json-core-2.0.0-RC.3
json-core-2.0.0-RC.2
json-core-2.0.0-RC.1
json-core-2.0.0-BETA.8
json-core-2.0.0-BETA.7
json-core-2.0.0-BETA.6
json-core-2.0.0-BETA.5
json-core-2.0.0-BETA.4

How to add a dependency to Maven

Add the following love.forte.simple-robot.serialization : json-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>love.forte.simple-robot.serialization</groupId>
    <artifactId>json-core</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following love.forte.simple-robot.serialization : json-core gradle dependency to your build.gradle file:

implementation 'love.forte.simple-robot.serialization:json-core:2.5.2'

Gradle Kotlin DSL: Add the following love.forte.simple-robot.serialization : json-core gradle kotlin dependency to your build.gradle.kts file:

implementation("love.forte.simple-robot.serialization:json-core:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following love.forte.simple-robot.serialization : json-core sbt scala dependency to your build.sbt file:

libraryDependencies += "love.forte.simple-robot.serialization" % "json-core" % "2.5.2"

Advertisement