c

commons-beanutils

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