is not current version
Last Version 1.0.1

org.hyperledger.fabric:fabric-gateway 0.2.0

Simple API for interacting with Hyperledger Fabric blockchain networks

GroupId

GroupId

org.hyperledger.fabric
ArtifactId

ArtifactId

fabric-gateway
Version

Version

0.2.0
Type

Type

jar

Download fabric-gateway 0.2.0


<!-- https://jarcasting.com/artifacts/org.hyperledger.fabric/fabric-gateway/ -->
<dependency>
    <groupId>org.hyperledger.fabric</groupId>
    <artifactId>fabric-gateway</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hyperledger.fabric/fabric-gateway/
implementation 'org.hyperledger.fabric:fabric-gateway:0.2.0'
// https://jarcasting.com/artifacts/org.hyperledger.fabric/fabric-gateway/
implementation ("org.hyperledger.fabric:fabric-gateway:0.2.0")
'org.hyperledger.fabric:fabric-gateway:jar:0.2.0'
<dependency org="org.hyperledger.fabric" name="fabric-gateway" rev="0.2.0">
  <artifact name="fabric-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hyperledger.fabric', module='fabric-gateway', version='0.2.0')
)
libraryDependencies += "org.hyperledger.fabric" % "fabric-gateway" % "0.2.0"
[org.hyperledger.fabric/fabric-gateway "0.2.0"]