License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdio.github.melangad |
ArtifactId | ArtifactIdspring-config-rest-client |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionio.github.melangad:spring-config-rest-client
Client implementation for alternative implementation of Spring Cloud Config server
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.melangad/spring-config-rest-client/ -->
<dependency>
<groupId>io.github.melangad</groupId>
<artifactId>spring-config-rest-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.melangad/spring-config-rest-client/
implementation 'io.github.melangad:spring-config-rest-client:0.1.0'
// https://jarcasting.com/artifacts/io.github.melangad/spring-config-rest-client/
implementation ("io.github.melangad:spring-config-rest-client:0.1.0")
'io.github.melangad:spring-config-rest-client:jar:0.1.0'
<dependency org="io.github.melangad" name="spring-config-rest-client" rev="0.1.0">
<artifact name="spring-config-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.melangad', module='spring-config-rest-client', version='0.1.0')
)
libraryDependencies += "io.github.melangad" % "spring-config-rest-client" % "0.1.0"
[io.github.melangad/spring-config-rest-client "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework : spring-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-webflux | jar | |
org.projectreactor : reactor-spring | jar | 1.0.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |