Download bean-metadata-0.2.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.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials