Download beanutils-1.6.1-20070314.jar file - Jar b

Jar examples for b:beanutils

Description

BeanUtils library is a Java bean copy utility with powerful functionality and high performance.

You can download jar file beanutils 1.6.1-20070314 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add beanutils-1.6.1-20070314.jar to your project.

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

Download

Click the following link to download the jar file.

beanutils-1.6.1-20070314.jar
beanutils-1.6.1-20070314.pom



Related Tutorials