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