License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.codejive |
ArtifactId | ArtifactIdjava-properties |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Properties parser
A simple Java Properties parser that retains the exact format of the input file, including any comments
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-properties-0.0.4.pom | |
java-properties-0.0.4.jar | 23 KB |
java-properties-0.0.4-sources.jar | 10 KB |
java-properties-0.0.4-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codejive/java-properties/ -->
<dependency>
<groupId>org.codejive</groupId>
<artifactId>java-properties</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejive/java-properties/
implementation 'org.codejive:java-properties:0.0.4'
// https://jarcasting.com/artifacts/org.codejive/java-properties/
implementation ("org.codejive:java-properties:0.0.4")
'org.codejive:java-properties:jar:0.0.4'
<dependency org="org.codejive" name="java-properties" rev="0.0.4">
<artifact name="java-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejive', module='java-properties', version='0.0.4')
)
libraryDependencies += "org.codejive" % "java-properties" % "0.0.4"
[org.codejive/java-properties "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.21.0 |