| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Net Auto Application Layer Libs Code Generators config Configuration |
| GroupId | GroupIdnet.lageto.monero |
| ArtifactId | ArtifactIdrpc-spring-boot-autoconfigure |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMonero RPC :: Spring Boot :: Auto-configuration
Spring Boot auto-configuration for Monero RPC clients
|
<!-- https://jarcasting.com/artifacts/net.lageto.monero/rpc-spring-boot-autoconfigure/ -->
<dependency>
<groupId>net.lageto.monero</groupId>
<artifactId>rpc-spring-boot-autoconfigure</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lageto.monero/rpc-spring-boot-autoconfigure/
implementation 'net.lageto.monero:rpc-spring-boot-autoconfigure:0.3.0'
// https://jarcasting.com/artifacts/net.lageto.monero/rpc-spring-boot-autoconfigure/
implementation ("net.lageto.monero:rpc-spring-boot-autoconfigure:0.3.0")
'net.lageto.monero:rpc-spring-boot-autoconfigure:jar:0.3.0'
<dependency org="net.lageto.monero" name="rpc-spring-boot-autoconfigure" rev="0.3.0">
<artifact name="rpc-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lageto.monero', module='rpc-spring-boot-autoconfigure', version='0.3.0')
)
libraryDependencies += "net.lageto.monero" % "rpc-spring-boot-autoconfigure" % "0.3.0"
[net.lageto.monero/rpc-spring-boot-autoconfigure "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| net.lageto.monero : rpc Optional | jar | 0.3.0 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.springframework.boot : spring-boot-starter-test | jar |