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