MVN

io.github.consenlabs.android : token-core

Maven & Gradle

Jul 14, 2023
3 stars

token-core · a android library for web3

<dependency>
    <groupId>io.github.consenlabs.android</groupId>
    <artifactId>token-core</artifactId>
    <version>2.6.5+1740c41</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.consenlabs.android : token-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.5+1740c41
  • Latest Beta: 2.11.3-beta4
  • Latest Alpha: poc-alpha+7438546

All Versions

Choose a version of io.github.consenlabs.android : token-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
token-core-2.11.3-beta4
2.6.x
token-core-2.6.5+1740c41
poc
token-core-poc-alpha+7438546
token-core-poc-alpha+46b57c1
token-core-poc-alpha+01560c4
token-core-poc-alpha+e0c31a1
token-core-poc-alpha+6b057b3
token-core-poc-alpha+7ac8b8f

How to add a dependency to Maven

Add the following io.github.consenlabs.android : token-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.consenlabs.android</groupId>
    <artifactId>token-core</artifactId>
    <version>2.6.5+1740c41</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.consenlabs.android : token-core gradle dependency to your build.gradle file:

implementation 'io.github.consenlabs.android:token-core:2.6.5+1740c41'

Gradle Kotlin DSL: Add the following io.github.consenlabs.android : token-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.consenlabs.android:token-core:2.6.5+1740c41")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.consenlabs.android : token-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.consenlabs.android" % "token-core" % "2.6.5+1740c41"