Last Version

Ratpack Config 0.1.0

Adds support for loading configuration from multiple sources based on Mr Haki's http://mrhaki.blogspot.com/2015/11/ratpacked-externalized-application.html

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.rahulsom
ArtifactId

ArtifactId

rp-config
Version

Version

0.1.0
Type

Type

jar
Description

Description

Ratpack 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

https://github.com/rahulsom/rp-modules
Source Code Management

Source Code Management

https://github.com/rahulsom/rp-modules

Download rp-config 0.1.0


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

Dependencies

provided (2)

Group / Artifact Type Version
io.ratpack : ratpack-guice jar 1.2.0
io.ratpack : ratpack-core jar 1.2.0

test (3)

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

Project Modules

There are no modules declared in this project.