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