Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.codejive |
ArtifactId | ArtifactIdjava-properties |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
java-properties-0.0.1.pom | |
java-properties-0.0.1.jar | 17 KB |
java-properties-0.0.1-sources.jar | 7 KB |
java-properties-0.0.1-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codejive/java-properties/ -->
<dependency>
<groupId>org.codejive</groupId>
<artifactId>java-properties</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codejive/java-properties/
implementation 'org.codejive:java-properties:0.0.1'
// https://jarcasting.com/artifacts/org.codejive/java-properties/
implementation ("org.codejive:java-properties:0.0.1")
'org.codejive:java-properties:jar:0.0.1'
<dependency org="org.codejive" name="java-properties" rev="0.0.1">
<artifact name="java-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codejive', module='java-properties', version='0.0.1')
)
libraryDependencies += "org.codejive" % "java-properties" % "0.0.1"
[org.codejive/java-properties "0.0.1"]