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