| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration Search Business Logic Libraries |
| GroupId | GroupIdcom.search3r |
| ArtifactId | ArtifactIdconfig3r |
| Last Version | Last Version0.9.1-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconfig3r
Simple Java properties files loader. Also parses arguments.
|
| Filename | Size |
|---|---|
| config3r-0.9.1-RC1.pom | |
| config3r-0.9.1-RC1.jar | 43 KB |
| config3r-0.9.1-RC1-sources.jar | 21 KB |
| config3r-0.9.1-RC1-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.search3r/config3r/ -->
<dependency>
<groupId>com.search3r</groupId>
<artifactId>config3r</artifactId>
<version>0.9.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.search3r/config3r/
implementation 'com.search3r:config3r:0.9.1-RC1'
// https://jarcasting.com/artifacts/com.search3r/config3r/
implementation ("com.search3r:config3r:0.9.1-RC1")
'com.search3r:config3r:jar:0.9.1-RC1'
<dependency org="com.search3r" name="config3r" rev="0.9.1-RC1">
<artifact name="config3r" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.search3r', module='config3r', version='0.9.1-RC1')
)
libraryDependencies += "com.search3r" % "config3r" % "0.9.1-RC1"
[com.search3r/config3r "0.9.1-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |