| License |
License |
|---|---|
| GroupId | GroupIdcom.mebigfatguy |
| ArtifactId | ArtifactIdcommons-beanutils2 |
| Last Version | Last Version1.9.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Commons BeanUtils
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-beanutils2-1.9.9.pom | |
| commons-beanutils2-1.9.9.jar | 219 KB |
| commons-beanutils2-1.9.9-tests.jar | 417 KB |
| commons-beanutils2-1.9.9-test-sources.jar | 292 KB |
| commons-beanutils2-1.9.9-sources.jar | 277 KB |
| commons-beanutils2-1.9.9-javadoc.jar | 708 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mebigfatguy/commons-beanutils2/ -->
<dependency>
<groupId>com.mebigfatguy</groupId>
<artifactId>commons-beanutils2</artifactId>
<version>1.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mebigfatguy/commons-beanutils2/
implementation 'com.mebigfatguy:commons-beanutils2:1.9.9'
// https://jarcasting.com/artifacts/com.mebigfatguy/commons-beanutils2/
implementation ("com.mebigfatguy:commons-beanutils2:1.9.9")
'com.mebigfatguy:commons-beanutils2:jar:1.9.9'
<dependency org="com.mebigfatguy" name="commons-beanutils2" rev="1.9.9">
<artifact name="commons-beanutils2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mebigfatguy', module='commons-beanutils2', version='1.9.9')
)
libraryDependencies += "com.mebigfatguy" % "commons-beanutils2" % "1.9.9"
[com.mebigfatguy/commons-beanutils2 "1.9.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| org.apache.commons : commons-collections4 | jar | 4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-collections : commons-collections-testframework | jar | 3.2.1 |
| junit : junit | jar | 4.12 |