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