is not current version
Last Version v0.1.3

org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor v0.1.2

"Code necessary to write a Sawtooth transaction processor in Java"

GroupId

GroupId

org.hyperledger.sawtooth
ArtifactId

ArtifactId

sawtooth-sdk-transaction-processor
Version

Version

v0.1.2
Type

Type

jar

Download sawtooth-sdk-transaction-processor v0.1.2


<!-- 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"]