Download bean-metadata-0.4.jar file - Jar b

Jar examples for b:bean-metadata

Description

Open source library for java beans metadata collection

You can download jar file bean-metadata 0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add bean-metadata-0.4.jar to your project.

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

Download

Click the following link to download the jar file.

bean-metadata-0.4-javadoc.jar
bean-metadata-0.4-sources.jar
bean-metadata-0.4.jar
bean-metadata-0.4.pom



Related Tutorials