Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.cafapi.config |
ArtifactId | ArtifactIdconfig-rest |
Version | Version1.18.0-257 |
Type | Typejar |
Filename | Size |
---|---|
config-rest-1.18.0-257.pom | |
config-rest-1.18.0-257.jar | 9 KB |
config-rest-1.18.0-257-sources.jar | 6 KB |
config-rest-1.18.0-257-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.18.0-257</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-rest/
implementation 'com.github.cafapi.config:config-rest:1.18.0-257'
// https://jarcasting.com/artifacts/com.github.cafapi.config/config-rest/
implementation ("com.github.cafapi.config:config-rest:1.18.0-257")
'com.github.cafapi.config:config-rest:jar:1.18.0-257'
<dependency org="com.github.cafapi.config" name="config-rest" rev="1.18.0-257">
<artifact name="config-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi.config', module='config-rest', version='1.18.0-257')
)
libraryDependencies += "com.github.cafapi.config" % "config-rest" % "1.18.0-257"
[com.github.cafapi.config/config-rest "1.18.0-257"]