GroupId | GroupIdorg.hyperledger.sawtooth |
---|---|
ArtifactId | ArtifactIdsawtooth-sdk-protos |
Version | Versionv0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-protos/ -->
<dependency>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-protos</artifactId>
<version>v0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-protos/
implementation 'org.hyperledger.sawtooth:sawtooth-sdk-protos:v0.1.2'
// https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-protos/
implementation ("org.hyperledger.sawtooth:sawtooth-sdk-protos:v0.1.2")
'org.hyperledger.sawtooth:sawtooth-sdk-protos:jar:v0.1.2'
<dependency org="org.hyperledger.sawtooth" name="sawtooth-sdk-protos" rev="v0.1.2">
<artifact name="sawtooth-sdk-protos" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hyperledger.sawtooth', module='sawtooth-sdk-protos', version='v0.1.2')
)
libraryDependencies += "org.hyperledger.sawtooth" % "sawtooth-sdk-protos" % "v0.1.2"
[org.hyperledger.sawtooth/sawtooth-sdk-protos "v0.1.2"]