Release 3.0.0
»cfg4j« 3.0.0 released!
Changes
Interface changes
- Rename project to cfg4j
- Rename packages to org.cfg4j
- Improve documentation
3.0.0 artifacts
- GitHub release
- Documentation
- Javadoc
- Maven central artifacts
Installation
Gradle
dependencies {
compile group: "org.cfg4j", name:"cfg4j-core", version: "3.0.0"
// Optional plug-ins
// Consul integration
compile group: "org.cfg4j", name:"cfg4j-consul", version: "3.0.0"
// Git integration
compile group: "org.cfg4j", name:"cfg4j-git", version: "3.0.0"
}
Maven
<dependencies>
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-core</artifactId>
<version>3.0.0</version>
</dependency>
<!-- Optional plug-ins -->
<!-- Consul integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-consul</artifactId>
<version>3.0.0</version>
</dependency>
<!-- Git integration -->
<dependency>
<groupId>org.cfg4j</groupId>
<artifactId>cfg4j-git</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
Norbert Potocki RELEASES
releases 3.x 3.0.x