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