MVN

org.bitbucket.ascendcorp : creditwalletsdk

Maven & Gradle

Aug 19, 2021

creditwalletsdk · SDK for Create Wallet

<dependency>
    <groupId>org.bitbucket.ascendcorp</groupId>
    <artifactId>creditwalletsdk</artifactId>
    <version>0.0.17-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.ascendcorp : creditwalletsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.17-alpha
  • Latest Alpha: 0.0.17-alpha

All Versions

Choose a version of org.bitbucket.ascendcorp : creditwalletsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
creditwalletsdk-0.0.17-alpha
creditwalletsdk-0.0.16-alpha
creditwalletsdk-0.0.15-alpha
creditwalletsdk-0.0.14-alpha
creditwalletsdk-0.0.13-alpha
creditwalletsdk-0.0.12-alpha
creditwalletsdk-0.0.11-alpha
creditwalletsdk-0.0.10-alpha
creditwalletsdk-0.0.9-alpha
creditwalletsdk-0.0.8-alpha
creditwalletsdk-0.0.7-alpha
creditwalletsdk-0.0.6-alpha
creditwalletsdk-0.0.5-alpha
creditwalletsdk-0.0.4-alpha
creditwalletsdk-0.0.3-alpha
creditwalletsdk-0.0.2-alpha
creditwalletsdk-0.0.1-alpha

How to add a dependency to Maven

Add the following org.bitbucket.ascendcorp : creditwalletsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.ascendcorp</groupId>
    <artifactId>creditwalletsdk</artifactId>
    <version>0.0.17-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.ascendcorp : creditwalletsdk gradle dependency to your build.gradle file:

implementation 'org.bitbucket.ascendcorp:creditwalletsdk:0.0.17-alpha'

Gradle Kotlin DSL: Add the following org.bitbucket.ascendcorp : creditwalletsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.ascendcorp:creditwalletsdk:0.0.17-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.ascendcorp : creditwalletsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.ascendcorp" % "creditwalletsdk" % "0.0.17-alpha"