Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.bxforce |
ArtifactId | ArtifactIdhyperledger-fabric-spring-boot-starter |
Version | Version1.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-starter/ -->
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot-starter</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-starter/
implementation 'com.github.bxforce:hyperledger-fabric-spring-boot-starter:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-starter/
implementation ("com.github.bxforce:hyperledger-fabric-spring-boot-starter:1.0.1-RELEASE")
'com.github.bxforce:hyperledger-fabric-spring-boot-starter:jar:1.0.1-RELEASE'
<dependency org="com.github.bxforce" name="hyperledger-fabric-spring-boot-starter" rev="1.0.1-RELEASE">
<artifact name="hyperledger-fabric-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bxforce', module='hyperledger-fabric-spring-boot-starter', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.bxforce" % "hyperledger-fabric-spring-boot-starter" % "1.0.1-RELEASE"
[com.github.bxforce/hyperledger-fabric-spring-boot-starter "1.0.1-RELEASE"]