License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdcom.github.peterbecker |
ArtifactId | ArtifactIdconfiguration-parser |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionconfiguration-parser
Parser and command line handling for configuration.
|
Filename | Size |
---|---|
configuration-parser-1.1.pom | |
configuration-parser-1.1.jar | 19 KB |
configuration-parser-1.1-tests.jar | 27 KB |
configuration-parser-1.1-sources.jar | 8 KB |
configuration-parser-1.1-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peterbecker/configuration-parser/ -->
<dependency>
<groupId>com.github.peterbecker</groupId>
<artifactId>configuration-parser</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peterbecker/configuration-parser/
implementation 'com.github.peterbecker:configuration-parser:1.1'
// https://jarcasting.com/artifacts/com.github.peterbecker/configuration-parser/
implementation ("com.github.peterbecker:configuration-parser:1.1")
'com.github.peterbecker:configuration-parser:jar:1.1'
<dependency org="com.github.peterbecker" name="configuration-parser" rev="1.1">
<artifact name="configuration-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peterbecker', module='configuration-parser', version='1.1')
)
libraryDependencies += "com.github.peterbecker" % "configuration-parser" % "1.1"
[com.github.peterbecker/configuration-parser "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.peterbecker : configuration-api | jar | 1.1 |
org.assertj : assertj-core | jar | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |