Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.cafapi.config |
ArtifactId | ArtifactIdconfig-rest |
Version | Version1.14.0-1 |
Type | Typejar |
Filename | Size |
---|---|
config-rest-1.14.0-1.pom | |
config-rest-1.14.0-1.jar | 9 KB |
config-rest-1.14.0-1-sources.jar | 6 KB |
config-rest-1.14.0-1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi.config/config-rest/ -->
<dependency>
<groupId>com.github.cafapi.config</groupId>
<artifactId>config-rest</artifactId>
<version>1.14.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-rest/
implementation 'com.github.cafapi.config:config-rest:1.14.0-1'
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-rest/
implementation ("com.github.cafapi.config:config-rest:1.14.0-1")
'com.github.cafapi.config:config-rest:jar:1.14.0-1'
<dependency org="com.github.cafapi.config" name="config-rest" rev="1.14.0-1">
<artifact name="config-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.config', module='config-rest', version='1.14.0-1')
)
libraryDependencies += "com.github.cafapi.config" % "config-rest" % "1.14.0-1"
[com.github.cafapi.config/config-rest "1.14.0-1"]