| License |
License
MIT license
|
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.pawelj-pl |
| ArtifactId | ArtifactIdsystem-config |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsystem-config
Data structure to agregate config for different sources
|
| Filename | Size |
|---|---|
| system-config-1.0.0.pom | |
| system-config-1.0.0.jar | 2 KB |
| system-config-1.0.0-sources.jar | 1 KB |
| system-config-1.0.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pawelj-pl/system-config/ -->
<dependency>
<groupId>com.github.pawelj-pl</groupId>
<artifactId>system-config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pawelj-pl/system-config/
implementation 'com.github.pawelj-pl:system-config:1.0.0'
// https://jarcasting.com/artifacts/com.github.pawelj-pl/system-config/
implementation ("com.github.pawelj-pl:system-config:1.0.0")
'com.github.pawelj-pl:system-config:jar:1.0.0'
<dependency org="com.github.pawelj-pl" name="system-config" rev="1.0.0">
<artifact name="system-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pawelj-pl', module='system-config', version='1.0.0')
)
libraryDependencies += "com.github.pawelj-pl" % "system-config" % "1.0.0"
[com.github.pawelj-pl/system-config "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 23.6-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.9.0 |
| com.github.stefanbirkner : system-rules | jar | 1.17.0 |