MVN

org.bitbucket.ascendcorp : creditwalletsdk-api

Maven & Gradle

Aug 19, 2021
4 usages

creditwalletsdk-api · SDK for Create Wallet

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

Latest Version

Choose a version of org.bitbucket.ascendcorp : creditwalletsdk-api 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-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
creditwalletsdk-api-0.0.17-alpha
creditwalletsdk-api-0.0.16-alpha
creditwalletsdk-api-0.0.15-alpha
creditwalletsdk-api-0.0.14-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bitbucket.ascendcorp</groupId>
    <artifactId>creditwalletsdk-api</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-api gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement