Apache Commons BeanUtils2

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

Лицензия

Лицензия

Группа

Группа

com.melloware
Идентификатор

Идентификатор

commons-beanutils2
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache Commons BeanUtils2
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
Ссылка на сайт

Ссылка на сайт

https://commons.apache.org/proper/commons-beanutils/
Система контроля версий

Система контроля версий

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

Скачать commons-beanutils2

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging jar 1.2

test (2)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-collections4 jar 4.4
junit : junit jar 4.13.2

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.0.0