| License | License | 
|---|---|
| GroupId | GroupIdcommons-beanutils | 
| ArtifactId | ArtifactIdcommons-beanutils-core | 
| Last Version | Last Version1.8.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCommons BeanUtils Core The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| commons-beanutils-core-1.8.3.pom | |
| commons-beanutils-core-1.8.3.jar | 201 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/commons-beanutils/commons-beanutils-core/ -->
<dependency>
    <groupId>commons-beanutils</groupId>
    <artifactId>commons-beanutils-core</artifactId>
    <version>1.8.3</version>
</dependency>// https://jarcasting.com/artifacts/commons-beanutils/commons-beanutils-core/
implementation 'commons-beanutils:commons-beanutils-core:1.8.3'// https://jarcasting.com/artifacts/commons-beanutils/commons-beanutils-core/
implementation ("commons-beanutils:commons-beanutils-core:1.8.3")'commons-beanutils:commons-beanutils-core:jar:1.8.3'<dependency org="commons-beanutils" name="commons-beanutils-core" rev="1.8.3">
  <artifact name="commons-beanutils-core" type="jar" />
</dependency>@Grapes(
@Grab(group='commons-beanutils', module='commons-beanutils-core', version='1.8.3')
)libraryDependencies += "commons-beanutils" % "commons-beanutils-core" % "1.8.3"[commons-beanutils/commons-beanutils-core "1.8.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |