MVN

tech.decentro.in.collections : decentro-in-collections-java-sdk

Maven & Gradle

Jul 27, 2023

decentro-in-collections-java-sdk · This library was generated by https://decentro.tech

<dependency>
    <groupId>tech.decentro.in.collections</groupId>
    <artifactId>decentro-in-collections-java-sdk</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.decentro.in.collections : decentro-in-collections-java-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of tech.decentro.in.collections : decentro-in-collections-java-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
decentro-in-collections-java-sdk-2.1.0
1.6.x
decentro-in-collections-java-sdk-1.6.0
1.5.x
decentro-in-collections-java-sdk-1.5.0
1.4.x
decentro-in-collections-java-sdk-1.4.0
1.3.x
decentro-in-collections-java-sdk-1.3.0
1.2.x
decentro-in-collections-java-sdk-1.2.0
1.1.x
decentro-in-collections-java-sdk-1.1.0
1.0.x
decentro-in-collections-java-sdk-1.0.0

How to add a dependency to Maven

Add the following tech.decentro.in.collections : decentro-in-collections-java-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.decentro.in.collections</groupId>
    <artifactId>decentro-in-collections-java-sdk</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.decentro.in.collections : decentro-in-collections-java-sdk gradle dependency to your build.gradle file:

implementation 'tech.decentro.in.collections:decentro-in-collections-java-sdk:2.1.0'

Gradle Kotlin DSL: Add the following tech.decentro.in.collections : decentro-in-collections-java-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.decentro.in.collections:decentro-in-collections-java-sdk:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.decentro.in.collections : decentro-in-collections-java-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.decentro.in.collections" % "decentro-in-collections-java-sdk" % "2.1.0"