MVN

org.web3j.corda : web3j-corda-api

Maven & Gradle

Dec 19, 2019
1 usages
14 stars

web3j · Web3j Corda RPC and Network Map APIs for the Corda blockchain platform.

<dependency>
    <groupId>org.web3j.corda</groupId>
    <artifactId>web3j-corda-api</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.web3j.corda : web3j-corda-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of org.web3j.corda : web3j-corda-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
web3j-corda-api-0.2.8
web3j-corda-api-0.2.7
web3j-corda-api-0.2.6
web3j-corda-api-0.2.5
web3j-corda-api-0.2.4
web3j-corda-api-0.2.3
web3j-corda-api-0.2.2
web3j-corda-api-0.2.1
web3j-corda-api-0.2.0
0.1.x
web3j-corda-api-0.1.3
web3j-corda-api-0.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.web3j.corda</groupId>
    <artifactId>web3j-corda-api</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.web3j.corda : web3j-corda-api gradle dependency to your build.gradle file:

implementation 'org.web3j.corda:web3j-corda-api:0.2.8'

Gradle Kotlin DSL: Add the following org.web3j.corda : web3j-corda-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.web3j.corda:web3j-corda-api:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.web3j.corda : web3j-corda-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.web3j.corda" % "web3j-corda-api" % "0.2.8"

Advertisement