License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.hglteam |
ArtifactId | ArtifactIdremote-config |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionremote-config
A light remote configuration client library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remote-config-1.0.4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam/remote-config/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>remote-config</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/remote-config/
implementation 'org.hglteam:remote-config:1.0.4'
// https://jarcasting.com/artifacts/org.hglteam/remote-config/
implementation ("org.hglteam:remote-config:1.0.4")
'org.hglteam:remote-config:pom:1.0.4'
<dependency org="org.hglteam" name="remote-config" rev="1.0.4">
<artifact name="remote-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='remote-config', version='1.0.4')
)
libraryDependencies += "org.hglteam" % "remote-config" % "1.0.4"
[org.hglteam/remote-config "1.0.4"]