Download exparity-bean-1.0.0.jar file - Jar e

Jar examples for e:exparity-bean

Description

A Java library of bean utilities for manipulating and inspecting Java classes implementing the Java Beans standard

You can download jar file exparity-bean 1.0.0 in this page.

License

New BSD License

Build File

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

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

Download

Click the following link to download the jar file.

exparity-bean-1.0.0-javadoc.jar
exparity-bean-1.0.0-sources.jar
exparity-bean-1.0.0.jar
exparity-bean-1.0.0.pom



Related Tutorials