How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-java</artifactId>
<version>v0.1.3</version>
</dependency>
Choose a version of org.hyperledger.sawtooth : sawtooth-sdk-java to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
v0.1.x |
sawtooth-sdk-java-v0.1.3
|
||
sawtooth-sdk-java-v0.1.2
|
|||
sawtooth-sdk-java-v0.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-java</artifactId>
<version>v0.1.3</version>
</dependency>
Advertisement