Download java-property-utils-1.7.1.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.7.1 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.7.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials