MVN

com.bloxbean.cardano : cardano-client-lib-extras

Maven & Gradle

Jan 06, 2022
112 stars

Cardano Client Library Extras · Cardano Client Library Extras - Native libraries for Raspberry pi and other platforms which are not part of the main jar.

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>cardano-client-lib-extras</artifactId>
    <version>0.2.0-preview2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bloxbean.cardano : cardano-client-lib-extras to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-beta1
  • Latest Beta: 0.2.0-beta1

All Versions

Choose a version of com.bloxbean.cardano : cardano-client-lib-extras to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
cardano-client-lib-extras-0.2.0-beta1
cardano-client-lib-extras-0.2.0-preview2
cardano-client-lib-extras-0.2.0-preview1

How to add a dependency to Maven

Add the following com.bloxbean.cardano : cardano-client-lib-extras maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>cardano-client-lib-extras</artifactId>
    <version>0.2.0-preview2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bloxbean.cardano : cardano-client-lib-extras gradle dependency to your build.gradle file:

implementation 'com.bloxbean.cardano:cardano-client-lib-extras:0.2.0-preview2'

Gradle Kotlin DSL: Add the following com.bloxbean.cardano : cardano-client-lib-extras gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bloxbean.cardano:cardano-client-lib-extras:0.2.0-preview2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bloxbean.cardano : cardano-client-lib-extras sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bloxbean.cardano" % "cardano-client-lib-extras" % "0.2.0-preview2"

Advertisement