License |
License
Modified BSD-Style license
|
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdcom.ean.config |
ArtifactId | ArtifactIdean-configuration |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEAN Configuration Library
A library to allow easy loading of ean.properties into a java project for configuration.
|
Filename | Size |
---|---|
ean-configuration-1.0.0.pom | |
ean-configuration-1.0.0.jar | 1 KB |
ean-configuration-1.0.0-sources.jar | 3 KB |
ean-configuration-1.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ean.config/ean-configuration/ -->
<dependency>
<groupId>com.ean.config</groupId>
<artifactId>ean-configuration</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ean.config/ean-configuration/
implementation 'com.ean.config:ean-configuration:1.0.0'
// https://jarcasting.com/artifacts/com.ean.config/ean-configuration/
implementation ("com.ean.config:ean-configuration:1.0.0")
'com.ean.config:ean-configuration:jar:1.0.0'
<dependency org="com.ean.config" name="ean-configuration" rev="1.0.0">
<artifact name="ean-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ean.config', module='ean-configuration', version='1.0.0')
)
libraryDependencies += "com.ean.config" % "ean-configuration" % "1.0.0"
[com.ean.config/ean-configuration "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.9 |
commons-logging : commons-logging | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
junit : junit | jar | 4.11 |
org.powermock : powermock-api-mockito | jar | 1.5 |
org.powermock : powermock-module-junit4 | jar | 1.5 |
org.hamcrest : hamcrest-all | jar | 1.3 |