License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.thetransactioncompany |
ArtifactId | ArtifactIdjava-property-utils |
Last Version | Last Version1.16 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Property Utility
This package provides a Java utility for typed retrieval of
java.util.Properties as boolean, integer, floating point,
string, URL, URI and enum values.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-property-utils-1.16.pom | |
java-property-utils-1.16.jar | 6 KB |
java-property-utils-1.16-sources.jar | 4 KB |
java-property-utils-1.16-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/java-property-utils/ -->
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>java-property-utils</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/java-property-utils/
implementation 'com.thetransactioncompany:java-property-utils:1.16'
// https://jarcasting.com/artifacts/com.thetransactioncompany/java-property-utils/
implementation ("com.thetransactioncompany:java-property-utils:1.16")
'com.thetransactioncompany:java-property-utils:jar:1.16'
<dependency org="com.thetransactioncompany" name="java-property-utils" rev="1.16">
<artifact name="java-property-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='java-property-utils', version='1.16')
)
libraryDependencies += "com.thetransactioncompany" % "java-property-utils" % "1.16"
[com.thetransactioncompany/java-property-utils "1.16"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |