License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdcom.github.rsimoni |
ArtifactId | ArtifactIdcommons-configuration-gae |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-configuration-gae
An implementation of Configuration (provided by Apache commons-configuration library) that stores configuration parameters using Google App Engine Datastore API
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.rsimoni/commons-configuration-gae/ -->
<dependency>
<groupId>com.github.rsimoni</groupId>
<artifactId>commons-configuration-gae</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rsimoni/commons-configuration-gae/
implementation 'com.github.rsimoni:commons-configuration-gae:1.0'
// https://jarcasting.com/artifacts/com.github.rsimoni/commons-configuration-gae/
implementation ("com.github.rsimoni:commons-configuration-gae:1.0")
'com.github.rsimoni:commons-configuration-gae:jar:1.0'
<dependency org="com.github.rsimoni" name="commons-configuration-gae" rev="1.0">
<artifact name="commons-configuration-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rsimoni', module='commons-configuration-gae', version='1.0')
)
libraryDependencies += "com.github.rsimoni" % "commons-configuration-gae" % "1.0"
[com.github.rsimoni/commons-configuration-gae "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.9 |
com.google.appengine : appengine-api-1.0-sdk | jar | 1.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.jmock : jmock-junit4 | jar | 2.6.0 |
org.jmock : jmock-legacy | jar | 2.6.0 |
com.google.appengine : appengine-testing | jar | 1.8.2 |
com.google.appengine : appengine-api-stubs | jar | 1.8.2 |