EAN Configuration Library

A library to allow easy loading of ean.properties into a java project for configuration.

License

License

Modified BSD-Style license
Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

com.ean.config
ArtifactId

ArtifactId

ean-configuration
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

EAN Configuration Library
A library to allow easy loading of ean.properties into a java project for configuration.

Download ean-configuration

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-configuration : commons-configuration jar 1.9
commons-logging : commons-logging jar 1.1.2

test (5)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0