c

commons-beanutils

文件下载
文件名 操作
commons-beanutils-1.0.19.13.jar 下载
commons-beanutils-1.0.19.13.pom 下载
commons-beanutils-1.0.19.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-beanutils</artifactId>
  <version>1.0.19.13</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-beanutils:1.0.19.13'
Gradle Kotlin
implementation("com.guicedee.services:commons-beanutils:1.0.19.13")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-beanutils" % "1.0.19.13"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-beanutils', version='1.0.19.13')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-beanutils" rev="1.0.19.13" />
Leiningen
[com.guicedee.services/commons-beanutils "1.0.19.13"]
Apache Buildr
'com.guicedee.services:commons-beanutils:jar:1.0.19.13'