License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.codejive |
ArtifactId | ArtifactIdjava-properties |
Version | Version0.0.2 |
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.2.pom | |
java-properties-0.0.2.jar | 22 KB |
java-properties-0.0.2-sources.jar | 10 KB |
java-properties-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejive/java-properties/
implementation 'org.codejive:java-properties:0.0.2'
// https://jarcasting.com/artifacts/org.codejive/java-properties/
implementation ("org.codejive:java-properties:0.0.2")
'org.codejive:java-properties:jar:0.0.2'
<dependency org="org.codejive" name="java-properties" rev="0.0.2">
<artifact name="java-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejive', module='java-properties', version='0.0.2')
)
libraryDependencies += "org.codejive" % "java-properties" % "0.0.2"
[org.codejive/java-properties "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.hamcrest : hamcrest-library | jar | 2.2 |