GroupId | GroupIdcom.github.sakserv |
---|---|
ArtifactId | ArtifactIdproperty-parser |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
property-parser-0.0.1.pom | |
property-parser-0.0.1.jar | 35 KB |
property-parser-0.0.1-sources.jar | 2 KB |
property-parser-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sakserv/property-parser/
implementation 'com.github.sakserv:property-parser:0.0.1'
// https://jarcasting.com/artifacts/com.github.sakserv/property-parser/
implementation ("com.github.sakserv:property-parser:0.0.1")
'com.github.sakserv:property-parser:jar:0.0.1'
<dependency org="com.github.sakserv" name="property-parser" rev="0.0.1">
<artifact name="property-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sakserv', module='property-parser', version='0.0.1')
)
libraryDependencies += "com.github.sakserv" % "property-parser" % "0.0.1"
[com.github.sakserv/property-parser "0.0.1"]