Download commons-beanutils-1.9.2.jar file - Jar c

Jar examples for c:commons-beanutils

Description

Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

You can download jar file commons-beanutils 1.9.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-beanutils-1.9.2.jar to your project.

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

Download

Click the following link to download the jar file.

commons-beanutils-1.9.2-javadoc.jar
commons-beanutils-1.9.2-sources.jar
commons-beanutils-1.9.2-test-sources.jar
commons-beanutils-1.9.2-tests.jar
commons-beanutils-1.9.2.jar
commons-beanutils-1.9.2.pom



Related Tutorials