License |
License |
---|---|
GroupId | GroupIdcom.github.vskrahul |
ArtifactId | ArtifactIdproperties-parser |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptioncom.github.vskrahul:properties-parser
Properties Parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
properties-parser-1.0.2.pom | |
properties-parser-1.0.2.jar | 5 KB |
properties-parser-1.0.2-sources.jar | 4 KB |
properties-parser-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vskrahul/properties-parser/ -->
<dependency>
<groupId>com.github.vskrahul</groupId>
<artifactId>properties-parser</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vskrahul/properties-parser/
implementation 'com.github.vskrahul:properties-parser:1.0.2'
// https://jarcasting.com/artifacts/com.github.vskrahul/properties-parser/
implementation ("com.github.vskrahul:properties-parser:1.0.2")
'com.github.vskrahul:properties-parser:jar:1.0.2'
<dependency org="com.github.vskrahul" name="properties-parser" rev="1.0.2">
<artifact name="properties-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vskrahul', module='properties-parser', version='1.0.2')
)
libraryDependencies += "com.github.vskrahul" % "properties-parser" % "1.0.2"
[com.github.vskrahul/properties-parser "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : slf4j-simple | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |