| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdpl.devcoffee |
| ArtifactId | ArtifactIdconfiglands |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConfiglands
Minimalistic configuration provider for Java EE applications.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| configlands-0.1.pom | |
| configlands-0.1.jar | 9 KB |
| configlands-0.1-sources.jar | 9 KB |
| configlands-0.1-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.devcoffee/configlands/ -->
<dependency>
<groupId>pl.devcoffee</groupId>
<artifactId>configlands</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.devcoffee/configlands/
implementation 'pl.devcoffee:configlands:0.1'
// https://jarcasting.com/artifacts/pl.devcoffee/configlands/
implementation ("pl.devcoffee:configlands:0.1")
'pl.devcoffee:configlands:jar:0.1'
<dependency org="pl.devcoffee" name="configlands" rev="0.1">
<artifact name="configlands" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.devcoffee', module='configlands', version='0.1')
)
libraryDependencies += "pl.devcoffee" % "configlands" % "0.1"
[pl.devcoffee/configlands "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |