c

commons-beanutils

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