| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.bxforce |
| Идентификатор | Идентификаторhyperledger-fabric-spring-boot-starter |
| Версия | Версия1.0.2-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеhyperledger-fabric-spring-boot-starter
A demo for deployment to the Central Repository via OSSRH
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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.2-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.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-starter/
implementation ("com.github.bxforce:hyperledger-fabric-spring-boot-starter:1.0.2-RELEASE")
'com.github.bxforce:hyperledger-fabric-spring-boot-starter:jar:1.0.2-RELEASE'
<dependency org="com.github.bxforce" name="hyperledger-fabric-spring-boot-starter" rev="1.0.2-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.2-RELEASE')
)
libraryDependencies += "com.github.bxforce" % "hyperledger-fabric-spring-boot-starter" % "1.0.2-RELEASE"
[com.github.bxforce/hyperledger-fabric-spring-boot-starter "1.0.2-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.3.3.RELEASE |
| com.github.bxforce : hyperledger-fabric-spring-boot-autoconfigure | jar | 1.0.2-RELEASE |
| org.hyperledger.fabric : fabric-gateway-java | jar | 2.2.0 |