| License |
License
The MIT License
|
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.rostmyr |
| ArtifactId | ArtifactIdjConfig |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.rostmyr:jConfig
Reloadable configuration implementation
|
| Filename | Size |
|---|---|
| jConfig-1.0.1.pom | |
| jConfig-1.0.1.jar | 28 KB |
| jConfig-1.0.1-sources.jar | 22 KB |
| jConfig-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rostmyr/jConfig/
implementation 'com.github.rostmyr:jConfig:1.0.1'
// https://jarcasting.com/artifacts/com.github.rostmyr/jConfig/
implementation ("com.github.rostmyr:jConfig:1.0.1")
'com.github.rostmyr:jConfig:jar:1.0.1'
<dependency org="com.github.rostmyr" name="jConfig" rev="1.0.1">
<artifact name="jConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rostmyr', module='jConfig', version='1.0.1')
)
libraryDependencies += "com.github.rostmyr" % "jConfig" % "1.0.1"
[com.github.rostmyr/jConfig "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.3.3.RELEASE |
| org.springframework : spring-core | jar | 4.3.3.RELEASE |
| org.springframework : spring-beans | jar | 4.3.3.RELEASE |
| org.springframework : spring-context-support | jar | 4.3.3.RELEASE |
| org.springframework : spring-aop | jar | 4.3.3.RELEASE |
| org.aspectj : aspectjweaver | jar | 1.8.9 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| commons-io : commons-io | jar | 2.5 |
| net.sf.ehcache : ehcache | jar | 2.10.3 |
| com.google.guava : guava | jar | 20.0 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.7 |
| org.apache.logging.log4j : log4j-api | jar | 2.7 |
| org.apache.logging.log4j : log4j-core | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.3.3.RELEASE |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.assertj : assertj-core | jar | 3.6.1 |
| pl.pragmatists : JUnitParams | jar | 1.0.5 |