Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.hglteam |
ArtifactId | ArtifactIdremote-config-api |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
remote-config-api-1.0.2.pom | |
remote-config-api-1.0.2.jar | 27 KB |
remote-config-api-1.0.2-sources.jar | 6 KB |
remote-config-api-1.0.2-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam/remote-config-api/ -->
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>remote-config-api</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam/remote-config-api/
implementation 'org.hglteam:remote-config-api:1.0.2'
// https://jarcasting.com/artifacts/org.hglteam/remote-config-api/
implementation ("org.hglteam:remote-config-api:1.0.2")
'org.hglteam:remote-config-api:jar:1.0.2'
<dependency org="org.hglteam" name="remote-config-api" rev="1.0.2">
<artifact name="remote-config-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam', module='remote-config-api', version='1.0.2')
)
libraryDependencies += "org.hglteam" % "remote-config-api" % "1.0.2"
[org.hglteam/remote-config-api "1.0.2"]