License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.bxforce |
ArtifactId | ArtifactIdhyperledger-fabric-spring-boot |
Version | Version1.0.2-RELEASE |
Type | Typepom |
Description |
Descriptionhyperledger-fabric-spring-boot
A demo for deployment to the Central Repository via OSSRH
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hyperledger-fabric-spring-boot-1.0.2-RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot/ -->
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot</artifactId>
<version>1.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot/
implementation 'com.github.bxforce:hyperledger-fabric-spring-boot:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot/
implementation ("com.github.bxforce:hyperledger-fabric-spring-boot:1.0.2-RELEASE")
'com.github.bxforce:hyperledger-fabric-spring-boot:pom:1.0.2-RELEASE'
<dependency org="com.github.bxforce" name="hyperledger-fabric-spring-boot" rev="1.0.2-RELEASE">
<artifact name="hyperledger-fabric-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bxforce', module='hyperledger-fabric-spring-boot', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.bxforce" % "hyperledger-fabric-spring-boot" % "1.0.2-RELEASE"
[com.github.bxforce/hyperledger-fabric-spring-boot "1.0.2-RELEASE"]