MVN

ru.i-novus.components : cdv-inmemory-json-impl

Maven & Gradle

Apr 02, 2021
<dependency>
    <groupId>ru.i-novus.components</groupId>
    <artifactId>cdv-inmemory-json-impl</artifactId>
    <version>2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.i-novus.components : cdv-inmemory-json-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8

All Versions

Choose a version of ru.i-novus.components : cdv-inmemory-json-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8
cdv-inmemory-json-impl-2.8
2.7
cdv-inmemory-json-impl-2.7
2.6
cdv-inmemory-json-impl-2.6
2.5
cdv-inmemory-json-impl-2.5
1.6
cdv-inmemory-json-impl-1.6
1.5
cdv-inmemory-json-impl-1.5
1.4
cdv-inmemory-json-impl-1.4
1.3
cdv-inmemory-json-impl-1.3
1.2
cdv-inmemory-json-impl-1.2
1.1
cdv-inmemory-json-impl-1.1

How to add a dependency to Maven

Add the following ru.i-novus.components : cdv-inmemory-json-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.i-novus.components</groupId>
    <artifactId>cdv-inmemory-json-impl</artifactId>
    <version>2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.i-novus.components : cdv-inmemory-json-impl gradle dependency to your build.gradle file:

implementation 'ru.i-novus.components:cdv-inmemory-json-impl:2.8'

Gradle Kotlin DSL: Add the following ru.i-novus.components : cdv-inmemory-json-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.i-novus.components:cdv-inmemory-json-impl:2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.i-novus.components : cdv-inmemory-json-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.i-novus.components" % "cdv-inmemory-json-impl" % "2.8"

Advertisement