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