Download jDotNotation-1.2.0-Beta.jar file - Jar j

Jar examples for j:jDotNotation

Description

Library to access class attributes via dot notation.

You can download jar file jDotNotation 1.2.0-Beta in this page.

License

GNU Lesser General Public License (LGPL)

Build File

You can use the following script to add jDotNotation-1.2.0-Beta.jar to your project.

<dependency>
   <groupId>com.github.uscexp</groupId>
   <artifactId>jDotNotation</artifactId>
   <version>1.2.0-Beta</version>
</dependency>
compile group: 'com.github.uscexp', name: 'jDotNotation', version: '1.2.0-Beta'
libraryDependencies += "com.github.uscexp" % "jDotNotation" % "1.2.0-Beta"
<dependency org="com.github.uscexp" name="jDotNotation" rev="1.2.0-Beta"/>
@Grapes(@Grab(group='com.github.uscexp', module='jDotNotation', version='1.2.0-Beta'))
'com.github.uscexp:jDotNotation:jar:1.2.0-Beta'

Download

Click the following link to download the jar file.

jDotNotation-1.2.0-Beta-javadoc.jar
jDotNotation-1.2.0-Beta-sources.jar
jDotNotation-1.2.0-Beta.jar
jDotNotation-1.2.0-Beta.pom



Related Tutorials