License |
License |
---|---|
GroupId | GroupIdcom.github.sakserv |
ArtifactId | ArtifactIdproperty-parser |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProperty File Parser
Helper for parsing and extracting values from properties files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
property-parser-0.0.3.pom | |
property-parser-0.0.3.jar | 36 KB |
property-parser-0.0.3-sources.jar | 3 KB |
property-parser-0.0.3-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sakserv/property-parser/ -->
<dependency>
<groupId>com.github.sakserv</groupId>
<artifactId>property-parser</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sakserv/property-parser/
implementation 'com.github.sakserv:property-parser:0.0.3'
// https://jarcasting.com/artifacts/com.github.sakserv/property-parser/
implementation ("com.github.sakserv:property-parser:0.0.3")
'com.github.sakserv:property-parser:jar:0.0.3'
<dependency org="com.github.sakserv" name="property-parser" rev="0.0.3">
<artifact name="property-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sakserv', module='property-parser', version='0.0.3')
)
libraryDependencies += "com.github.sakserv" % "property-parser" % "0.0.3"
[com.github.sakserv/property-parser "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.10 |
org.slf4j : slf4j-simple | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |