MVN

city.smartb.ssm : ssm-sdk-client

Maven & Gradle

May 13, 2020
1 usages
0 stars

SSM SDK · A SDK Client implementation to interact with signing state machines chaincode developped for Hyperleger Fabric.

<dependency>
    <groupId>city.smartb.ssm</groupId>
    <artifactId>ssm-sdk-client</artifactId>
    <version>0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of city.smartb.ssm : ssm-sdk-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0

All Versions

Choose a version of city.smartb.ssm : ssm-sdk-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ssm-sdk-client-0.0.0

How to add a dependency to Maven

Add the following city.smartb.ssm : ssm-sdk-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>city.smartb.ssm</groupId>
    <artifactId>ssm-sdk-client</artifactId>
    <version>0.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following city.smartb.ssm : ssm-sdk-client gradle dependency to your build.gradle file:

implementation 'city.smartb.ssm:ssm-sdk-client:0.0.0'

Gradle Kotlin DSL: Add the following city.smartb.ssm : ssm-sdk-client gradle kotlin dependency to your build.gradle.kts file:

implementation("city.smartb.ssm:ssm-sdk-client:0.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following city.smartb.ssm : ssm-sdk-client sbt scala dependency to your build.sbt file:

libraryDependencies += "city.smartb.ssm" % "ssm-sdk-client" % "0.0.0"