MVN

com.bloxbean.cardano : cardano-client-quicktx

Maven & Gradle

Aug 17, 2023
112 stars

Cardano Client QuickTx module · Cardano Client Lib - QuickTx Module

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>cardano-client-quicktx</artifactId>
    <version>0.5.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.0-beta1
  • Latest Beta: 0.5.0-beta1
  • Latest Alpha: 0.5.0-alpha.4

All Versions

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

Version Vulnerabilities Updated
0.5.x
cardano-client-quicktx-0.5.0-beta1
cardano-client-quicktx-0.5.0-alpha.4
cardano-client-quicktx-0.5.0-alpha.3
cardano-client-quicktx-0.5.0-alpha.2
cardano-client-quicktx-0.5.0-alpha.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>cardano-client-quicktx</artifactId>
    <version>0.5.0-beta1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bloxbean.cardano:cardano-client-quicktx:0.5.0-beta1'

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

implementation("com.bloxbean.cardano:cardano-client-quicktx:0.5.0-beta1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bloxbean.cardano" % "cardano-client-quicktx" % "0.5.0-beta1"