License |
License |
---|---|
GroupId | GroupIdorg.hyperledger.sawtooth |
ArtifactId | ArtifactIdsawtooth-sdk-transaction-processor |
Version | Versionv0.1.3 |
Type | Typejar |
Description |
Descriptionorg.hyperledger.sawtooth:sawtooth-sdk-transaction-processor
"Code necessary to write a Sawtooth transaction processor in Java"
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor/
implementation 'org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor:v0.1.3'
// https://jarcasting.com/artifacts/org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor/
implementation ("org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor:v0.1.3")
'org.hyperledger.sawtooth:sawtooth-sdk-transaction-processor:jar:v0.1.3'
<dependency org="org.hyperledger.sawtooth" name="sawtooth-sdk-transaction-processor" rev="v0.1.3">
<artifact name="sawtooth-sdk-transaction-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hyperledger.sawtooth', module='sawtooth-sdk-transaction-processor', version='v0.1.3')
)
libraryDependencies += "org.hyperledger.sawtooth" % "sawtooth-sdk-transaction-processor" % "v0.1.3"
[org.hyperledger.sawtooth/sawtooth-sdk-transaction-processor "v0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.hyperledger.sawtooth : sawtooth-sdk-protos | jar | v0.1.3 |
org.zeromq : jeromq | jar | 0.3.6 |
com.google.protobuf : protobuf-java | jar | 3.6.1 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.27.0 |