License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdio.github.ganchix |
ArtifactId | ArtifactIdbitcoinj-spring-boot-autoconfigure |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbitcoinj-spring-boot-autoconfigure
Spring boot starter using for bitcoinj integration.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.ganchix/bitcoinj-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.github.ganchix</groupId>
<artifactId>bitcoinj-spring-boot-autoconfigure</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ganchix/bitcoinj-spring-boot-autoconfigure/
implementation 'io.github.ganchix:bitcoinj-spring-boot-autoconfigure:1.0.1'
// https://jarcasting.com/artifacts/io.github.ganchix/bitcoinj-spring-boot-autoconfigure/
implementation ("io.github.ganchix:bitcoinj-spring-boot-autoconfigure:1.0.1")
'io.github.ganchix:bitcoinj-spring-boot-autoconfigure:jar:1.0.1'
<dependency org="io.github.ganchix" name="bitcoinj-spring-boot-autoconfigure" rev="1.0.1">
<artifact name="bitcoinj-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ganchix', module='bitcoinj-spring-boot-autoconfigure', version='1.0.1')
)
libraryDependencies += "io.github.ganchix" % "bitcoinj-spring-boot-autoconfigure" % "1.0.1"
[io.github.ganchix/bitcoinj-spring-boot-autoconfigure "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.bitcoinj : bitcoinj-core | jar | 0.14.7 |
com.msgilligan » bitcoinj-rpcclient | jar | 0.3.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.1.RELEASE |
org.springframework.boot : spring-boot-actuator | jar | 2.0.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.1.RELEASE |
org.projectlombok : lombok | jar | 1.16.12 |
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : testcontainers | jar | 1.7.3 |
org.springframework.boot : spring-boot-starter-test | jar | 2.0.1.RELEASE |