License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.rahulsom |
ArtifactId | ArtifactIdrp-config |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRatpack Config
Adds support for loading configuration from multiple sources based on Mr Haki's http://mrhaki.blogspot.com/2015/11/ratpacked-externalized-application.html
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rp-config-0.1.0.pom | |
rp-config-0.1.0.jar | 9 KB |
rp-config-0.1.0-tests.jar | 1 KB |
rp-config-0.1.0-sources.jar | 4 KB |
rp-config-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/rp-config/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>rp-config</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/rp-config/
implementation 'com.github.rahulsom:rp-config:0.1.0'
// https://jarcasting.com/artifacts/com.github.rahulsom/rp-config/
implementation ("com.github.rahulsom:rp-config:0.1.0")
'com.github.rahulsom:rp-config:jar:0.1.0'
<dependency org="com.github.rahulsom" name="rp-config" rev="0.1.0">
<artifact name="rp-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='rp-config', version='0.1.0')
)
libraryDependencies += "com.github.rahulsom" % "rp-config" % "0.1.0"
[com.github.rahulsom/rp-config "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.ratpack : ratpack-guice | jar | 1.2.0 |
io.ratpack : ratpack-core | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.1 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
io.ratpack : ratpack-test | jar | 1.2.0 |