c

commons-beanutils

Files download
File Operation
commons-beanutils-1.1.1.7-jre8.jar download
commons-beanutils-1.1.1.7-jre8.pom download
commons-beanutils-1.1.1.7-jre8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-beanutils</artifactId>
  <version>1.1.1.7-jre8</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-beanutils:1.1.1.7-jre8'
Gradle Kotlin
implementation("com.guicedee.services:commons-beanutils:1.1.1.7-jre8")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-beanutils" % "1.1.1.7-jre8"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-beanutils', version='1.1.1.7-jre8')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-beanutils" rev="1.1.1.7-jre8" />
Leiningen
[com.guicedee.services/commons-beanutils "1.1.1.7-jre8"]
Apache Buildr
'com.guicedee.services:commons-beanutils:jar:1.1.1.7-jre8'