License |
License |
---|---|
GroupId | GroupIdcom.github.ansell.property-util |
ArtifactId | ArtifactIdproperty-util |
Version | Version0.4 |
Type | Typejar |
Description |
DescriptionJava Property Utils
A small utility for accessing properties in java property bundles.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
property-util-0.4.pom | |
property-util-0.4.jar | 6 KB |
property-util-0.4-tests.jar | 9 KB |
property-util-0.4-test-sources.jar | 4 KB |
property-util-0.4-sources.jar | 3 KB |
property-util-0.4-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.property-util/property-util/ -->
<dependency>
<groupId>com.github.ansell.property-util</groupId>
<artifactId>property-util</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.property-util/property-util/
implementation 'com.github.ansell.property-util:property-util:0.4'
// https://jarcasting.com/artifacts/com.github.ansell.property-util/property-util/
implementation ("com.github.ansell.property-util:property-util:0.4")
'com.github.ansell.property-util:property-util:jar:0.4'
<dependency org="com.github.ansell.property-util" name="property-util" rev="0.4">
<artifact name="property-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.property-util', module='property-util', version='0.4')
)
libraryDependencies += "com.github.ansell.property-util" % "property-util" % "0.4"
[com.github.ansell.property-util/property-util "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.9 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.9 |
junit : junit | jar | 4.12 |