Apache Commons BeanUtils2

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

License

License

GroupId

GroupId

com.melloware
ArtifactId

ArtifactId

commons-beanutils2
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://commons.apache.org/proper/commons-beanutils/
Source Code Management

Source Code Management

https://github.com/melloware/commons-beanutils2

Download commons-beanutils2

How to add to project

<!-- https://jarcasting.com/artifacts/com.melloware/commons-beanutils2/ -->
<dependency>
    <groupId>com.melloware</groupId>
    <artifactId>commons-beanutils2</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.melloware/commons-beanutils2/
implementation 'com.melloware:commons-beanutils2:2.0.0'
// https://jarcasting.com/artifacts/com.melloware/commons-beanutils2/
implementation ("com.melloware:commons-beanutils2:2.0.0")
'com.melloware:commons-beanutils2:jar:2.0.0'
<dependency org="com.melloware" name="commons-beanutils2" rev="2.0.0">
  <artifact name="commons-beanutils2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melloware', module='commons-beanutils2', version='2.0.0')
)
libraryDependencies += "com.melloware" % "commons-beanutils2" % "2.0.0"
[com.melloware/commons-beanutils2 "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2

test (2)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar 4.4
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Apache Commons BeanUtils

License Maven Central

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

Documentation

More information can be found on the Apache Commons BeanUtils homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons BeanUtils should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>com.melloware</groupId>
  <artifactId>commons-beanutils2</artifactId>
  <version>2.0.0</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons BeanUtils? Then donate back to the ASF to support the development.

Additional Resources

Versions

Version
2.0.0