Download jDotNotation-1.0.0.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.0.0 in this page.

License

GNU Lesser General Public License (LGPL)

Build File

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

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

Download

Click the following link to download the jar file.

jDotNotation-1.0.0-javadoc.jar
jDotNotation-1.0.0-sources.jar
jDotNotation-1.0.0.jar
jDotNotation-1.0.0.pom



Related Tutorials