MVN

io.github.bianjieai : opb-sdk

Maven & Gradle

Aug 25, 2023
25 stars

opb-sdk · Irita open alliance chain SDK (java)

<dependency>
    <groupId>io.github.bianjieai</groupId>
    <artifactId>opb-sdk</artifactId>
    <version>0.1.15-jdk8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bianjieai : opb-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.15-jdk8
  • Latest Release Candidate: 0.1.15-rc

All Versions

Choose a version of io.github.bianjieai : opb-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
opb-sdk-0.1.15-jdk8
opb-sdk-0.1.15-rc
opb-sdk-0.1.15
opb-sdk-0.1.14
opb-sdk-0.1.13-rc4
opb-sdk-0.1.13-rc3
opb-sdk-0.1.13-rc1
opb-sdk-0.1.13-rc
opb-sdk-0.1.12-rc5
opb-sdk-0.1.12-rc3
opb-sdk-0.1.12-rc2
opb-sdk-0.1.12-rc1
opb-sdk-0.1.11
opb-sdk-0.1.10-rc
opb-sdk-0.1.8
opb-sdk-0.1.8-rc3
opb-sdk-0.1.8-rc2
opb-sdk-0.1.8-rc1
opb-sdk-0.1.7
opb-sdk-0.1.7-rc3
opb-sdk-0.1.7-rc2
opb-sdk-0.1.7-rc1
opb-sdk-0.1.6
opb-sdk-0.1.4
opb-sdk-0.1.3
opb-sdk-0.1.2

How to add a dependency to Maven

Add the following io.github.bianjieai : opb-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bianjieai</groupId>
    <artifactId>opb-sdk</artifactId>
    <version>0.1.15-jdk8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bianjieai : opb-sdk gradle dependency to your build.gradle file:

implementation 'io.github.bianjieai:opb-sdk:0.1.15-jdk8'

Gradle Kotlin DSL: Add the following io.github.bianjieai : opb-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bianjieai:opb-sdk:0.1.15-jdk8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bianjieai : opb-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bianjieai" % "opb-sdk" % "0.1.15-jdk8"