is not current version
Last Version 1.0.1

com.github.rostmyr:jConfig 1.0.0

Reloadable configuration implementation

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.rostmyr
ArtifactId

ArtifactId

jConfig
Version

Version

1.0.0
Type

Type

jar

Download jConfig 1.0.0


<!-- 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"]