MVN

kr.jadekim : chameleon-proto-initia

Maven & Gradle

May 28, 2024
1 stars

chameleon-proto-initia · Crypto Wallet SDK

<dependency>
    <groupId>kr.jadekim</groupId>
    <artifactId>chameleon-proto-initia</artifactId>
    <version>0.2.15-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kr.jadekim : chameleon-proto-initia to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.15-1

All Versions

Choose a version of kr.jadekim : chameleon-proto-initia to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
chameleon-proto-initia-0.2.15-1

How to add a dependency to Maven

Add the following kr.jadekim : chameleon-proto-initia maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>kr.jadekim</groupId>
    <artifactId>chameleon-proto-initia</artifactId>
    <version>0.2.15-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kr.jadekim : chameleon-proto-initia gradle dependency to your build.gradle file:

implementation 'kr.jadekim:chameleon-proto-initia:0.2.15-1'

Gradle Kotlin DSL: Add the following kr.jadekim : chameleon-proto-initia gradle kotlin dependency to your build.gradle.kts file:

implementation("kr.jadekim:chameleon-proto-initia:0.2.15-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following kr.jadekim : chameleon-proto-initia sbt scala dependency to your build.sbt file:

libraryDependencies += "kr.jadekim" % "chameleon-proto-initia" % "0.2.15-1"