| GroupId | GroupIdio.github.ecsoya |
|---|---|
| ArtifactId | ArtifactIdspring-fabric-gateway-chaincode |
| Version | Version2.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.ecsoya/spring-fabric-gateway-chaincode/ -->
<dependency>
<groupId>io.github.ecsoya</groupId>
<artifactId>spring-fabric-gateway-chaincode</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ecsoya/spring-fabric-gateway-chaincode/
implementation 'io.github.ecsoya:spring-fabric-gateway-chaincode:2.0.1'
// https://jarcasting.com/artifacts/io.github.ecsoya/spring-fabric-gateway-chaincode/
implementation ("io.github.ecsoya:spring-fabric-gateway-chaincode:2.0.1")
'io.github.ecsoya:spring-fabric-gateway-chaincode:jar:2.0.1'
<dependency org="io.github.ecsoya" name="spring-fabric-gateway-chaincode" rev="2.0.1">
<artifact name="spring-fabric-gateway-chaincode" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ecsoya', module='spring-fabric-gateway-chaincode', version='2.0.1')
)
libraryDependencies += "io.github.ecsoya" % "spring-fabric-gateway-chaincode" % "2.0.1"
[io.github.ecsoya/spring-fabric-gateway-chaincode "2.0.1"]