License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.nosix-me |
ArtifactId | ArtifactIdhotconfig |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhotconfig
HotConfig is a easy tools for reload settings files.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hotconfig-1.0.0.pom | |
hotconfig-1.0.0.jar | 19 KB |
hotconfig-1.0.0-sources.jar | 8 KB |
hotconfig-1.0.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nosix-me/hotconfig/ -->
<dependency>
<groupId>com.github.nosix-me</groupId>
<artifactId>hotconfig</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nosix-me/hotconfig/
implementation 'com.github.nosix-me:hotconfig:1.0.0'
// https://jarcasting.com/artifacts/com.github.nosix-me/hotconfig/
implementation ("com.github.nosix-me:hotconfig:1.0.0")
'com.github.nosix-me:hotconfig:jar:1.0.0'
<dependency org="com.github.nosix-me" name="hotconfig" rev="1.0.0">
<artifact name="hotconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nosix-me', module='hotconfig', version='1.0.0')
)
libraryDependencies += "com.github.nosix-me" % "hotconfig" % "1.0.0"
[com.github.nosix-me/hotconfig "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
com.xiaoleilu : hutool-all | jar | 3.0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
commons-lang : commons-lang | jar | 2.6 |
org.springframework : spring-beans | jar | 3.2.9.RELEASE |
org.springframework : spring-context | jar | 3.2.9.RELEASE |
commons-io : commons-io | jar | 2.5 |
com.alibaba : fastjson | jar | 1.2.34 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |