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