MVN

com.holon-platform.json : holon-json

Maven & Gradle

Jul 07, 2020
6 usages
3 stars

Holon JSON support for core API

<dependency>
    <groupId>com.holon-platform.json</groupId>
    <artifactId>holon-json</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.json : holon-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.2.0-rc2
  • Latest Alpha: 5.2.0-alpha2

All Versions

Choose a version of com.holon-platform.json : holon-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
holon-json-5.5.0
5.4.x
holon-json-5.4.0
5.3.x
holon-json-5.3.0
5.2.x
holon-json-5.2.3
holon-json-5.2.2
holon-json-5.2.1
holon-json-5.2.0
holon-json-5.2.0-rc2
holon-json-5.2.0-rc1
holon-json-5.2.0-alpha2
holon-json-5.2.0-alpha1
5.1.x
holon-json-5.1.2
holon-json-5.1.1
holon-json-5.1.0

How to add a dependency to Maven

Add the following com.holon-platform.json : holon-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.holon-platform.json</groupId>
    <artifactId>holon-json</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.json : holon-json gradle dependency to your build.gradle file:

implementation 'com.holon-platform.json:holon-json:5.5.0'

Gradle Kotlin DSL: Add the following com.holon-platform.json : holon-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.holon-platform.json:holon-json:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.json : holon-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.json" % "holon-json" % "5.5.0"

Advertisement