Jar examples for c:commons-beanutils
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
You can download jar file commons-beanutils 20030211.134440 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-beanutils-20030211.134440.jar to your project.
<dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>20030211.134440</version> </dependency>
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '20030211.134440'
libraryDependencies += "commons-beanutils" % "commons-beanutils" % "20030211.134440"
<dependency org="commons-beanutils" name="commons-beanutils" rev="20030211.134440"/>
@Grapes(@Grab(group='commons-beanutils', module='commons-beanutils', version='20030211.134440'))
'commons-beanutils:commons-beanutils:jar:20030211.134440'
Click the following link to download the jar file.
commons-beanutils-20030211.134440.jar