Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.rostmyr |
ArtifactId | ArtifactIdjConfig |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jConfig-1.0.0.pom | |
jConfig-1.0.0.jar | 28 KB |
jConfig-1.0.0-sources.jar | 21 KB |
jConfig-1.0.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rostmyr/jConfig/ -->
<dependency>
<groupId>com.github.rostmyr</groupId>
<artifactId>jConfig</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rostmyr/jConfig/
implementation 'com.github.rostmyr:jConfig:1.0.0'
// https://jarcasting.com/artifacts/com.github.rostmyr/jConfig/
implementation ("com.github.rostmyr:jConfig:1.0.0")
'com.github.rostmyr:jConfig:jar:1.0.0'
<dependency org="com.github.rostmyr" name="jConfig" rev="1.0.0">
<artifact name="jConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rostmyr', module='jConfig', version='1.0.0')
)
libraryDependencies += "com.github.rostmyr" % "jConfig" % "1.0.0"
[com.github.rostmyr/jConfig "1.0.0"]