Download properties-1.0.0.jar file - Jar p

Jar examples for p:properties

Description

A packaging of the IntelliJ Community Edition properties library. This is release number 1 of trunk branch 142.

You can download jar file properties 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add properties-1.0.0.jar to your project.

<dependency>
   <groupId>nz.co.gregs</groupId>
   <artifactId>properties</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'nz.co.gregs', name: 'properties', version: '1.0.0'
libraryDependencies += "nz.co.gregs" % "properties" % "1.0.0"
<dependency org="nz.co.gregs" name="properties" rev="1.0.0"/>
@Grapes(@Grab(group='nz.co.gregs', module='properties', version='1.0.0'))
'nz.co.gregs:properties:jar:1.0.0'

Download

Click the following link to download the jar file.

properties-1.0.0-javadoc.jar
properties-1.0.0-sources.jar
properties-1.0.0.jar
properties-1.0.0.pom



Related Tutorials