m

metawidget-parent

Metawidget is a smart User Interface widget that populates itself, at runtime, with UI components to match the properties of your business objects.
http://metawidget.org
GNU Library or Lesser General Public License (LGPL)
Richard Kennard
Files download
File Operation
metawidget-parent-1.20.pom download
Apache Maven
<dependency>
  <groupId>org.metawidget</groupId>
  <artifactId>metawidget-parent</artifactId>
  <version>1.20</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.metawidget:metawidget-parent:1.20'
Gradle Kotlin
implementation("org.metawidget:metawidget-parent:1.20")
Scala SBT
libraryDependencies += "org.metawidget" % "metawidget-parent" % "1.20"
Groovy Grape
@Grapes(
  @Grab(group='org.metawidget', module='metawidget-parent', version='1.20')
)
Apache Ivy
<dependency org="org.metawidget" name="metawidget-parent" rev="1.20" />
Leiningen
[org.metawidget/metawidget-parent "1.20"]
Apache Buildr
'org.metawidget:metawidget-parent:jar:1.20'
Dependencies
The project has no third-party dependencies