License |
License |
---|---|
GroupId | GroupIdorg.metawidget.modules |
ArtifactId | ArtifactIdmodules-parent |
Last Version | Last Version4.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMetawidget is a smart User Interface widget that populates itself,
either statically or at runtime,
with UI components to match the properties of your domain objects.
|
Filename | Size |
---|---|
modules-parent-4.2.pom | 752 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules/modules-parent/ -->
<dependency>
<groupId>org.metawidget.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules/modules-parent/
implementation 'org.metawidget.modules:modules-parent:4.2'
// https://jarcasting.com/artifacts/org.metawidget.modules/modules-parent/
implementation ("org.metawidget.modules:modules-parent:4.2")
'org.metawidget.modules:modules-parent:pom:4.2'
<dependency org="org.metawidget.modules" name="modules-parent" rev="4.2">
<artifact name="modules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules', module='modules-parent', version='4.2')
)
libraryDependencies += "org.metawidget.modules" % "modules-parent" % "4.2"
[org.metawidget.modules/modules-parent "4.2"]