License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdorg.hglteam |
ArtifactId | ArtifactIdspring-boot-remote-config-test |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionA light remote configuration client library
|
<!-- https://jarcasting.com/artifacts/org.hglteam/spring-boot-remote-config-test/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>spring-boot-remote-config-test</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/spring-boot-remote-config-test/
implementation 'org.hglteam:spring-boot-remote-config-test:1.0.3'
// https://jarcasting.com/artifacts/org.hglteam/spring-boot-remote-config-test/
implementation ("org.hglteam:spring-boot-remote-config-test:1.0.3")
'org.hglteam:spring-boot-remote-config-test:jar:1.0.3'
<dependency org="org.hglteam" name="spring-boot-remote-config-test" rev="1.0.3">
<artifact name="spring-boot-remote-config-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='spring-boot-remote-config-test', version='1.0.3')
)
libraryDependencies += "org.hglteam" % "spring-boot-remote-config-test" % "1.0.3"
[org.hglteam/spring-boot-remote-config-test "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.hglteam : spring-boot-remote-config-starter | jar | 1.0.3 |