Download java-property-utils-1.9.jar file - Jar j

Jar examples for j:java-property-utils

Description

This package provides a Java utility for typed retrieval of java.util.Properties as boolean, integer, floating point, string, URL, URI and enum values.

You can download jar file java-property-utils 1.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-property-utils-1.9.jar to your project.

<dependency>
   <groupId>com.thetransactioncompany</groupId>
   <artifactId>java-property-utils</artifactId>
   <version>1.9</version>
</dependency>
compile group: 'com.thetransactioncompany', name: 'java-property-utils', version: '1.9'
libraryDependencies += "com.thetransactioncompany" % "java-property-utils" % "1.9"
<dependency org="com.thetransactioncompany" name="java-property-utils" rev="1.9"/>
@Grapes(@Grab(group='com.thetransactioncompany', module='java-property-utils', version='1.9'))
'com.thetransactioncompany:java-property-utils:jar:1.9'

Download

Click the following link to download the jar file.

java-property-utils-1.9-javadoc.jar
java-property-utils-1.9-sources.jar
java-property-utils-1.9.jar
java-property-utils-1.9.pom



Related Tutorials