forked from apache/commons-beanutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Apache Commons Beanutils
License
Apache-2.0, Unknown licenses found
Licenses found
Apache-2.0
LICENSE.txt
Unknown
license-header.txt
webratio/commons-beanutils
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
README
======
Jars
----
BeanUtils now comes packaged (into jars) in two different ways:
an all-in-one jar (commons-beanutils.jar);
and as modular component jars:
commons-beanutils-core.jar (core classes)
commons-beanutils-bean-collections.jar (additional dependency on commons-collections 3.0)
Those who want it all should grab the all-in-one jar (and the optional dependencies)
whereas those who need minimal dependencies should use commons-beanutils-core.jar
plus any optional jars they plan to use.
All classes that were in the last release are in commons-beanutils-core except for BeanComparator.
Commons-Collections
-------------------
BeanUtils now ships with a small number of commons collections classes.
This is a temporary measure intended to allow BeanUtils core to be used with
either commons-collections 2 or commons-collections-3 without a dependency on either.
It is intended that soon BeanUtils core will have no dependency on any commons collection
packaged classes.About
Apache Commons Beanutils
Resources
License
Apache-2.0, Unknown licenses found
Licenses found
Apache-2.0
LICENSE.txt
Unknown
license-header.txt
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 97.3%
- HTML 2.7%