| GroupId | GroupIdnz.co.gregs |
|---|---|
| ArtifactId | ArtifactIdproperties |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProperties
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| properties-1.0.0.pom | |
| properties-1.0.0.jar | 70 KB |
| properties-1.0.0-sources.jar | 57 KB |
| properties-1.0.0-javadoc.jar | 265 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nz.co.gregs/properties/ -->
<dependency>
<groupId>nz.co.gregs</groupId>
<artifactId>properties</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/properties/
implementation 'nz.co.gregs:properties:1.0.0'
// https://jarcasting.com/artifacts/nz.co.gregs/properties/
implementation ("nz.co.gregs:properties:1.0.0")
'nz.co.gregs:properties:jar:1.0.0'
<dependency org="nz.co.gregs" name="properties" rev="1.0.0">
<artifact name="properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='properties', version='1.0.0')
)
libraryDependencies += "nz.co.gregs" % "properties" % "1.0.0"
[nz.co.gregs/properties "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| commons-codec : commons-codec | jar | 1.10 |
| commons-logging : commons-logging-api | jar | 1.1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |