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