| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.metawidget.modules.swing |
| Идентификатор | Идентификаторswing-parent |
| Последняя версия | Последняя версия4.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMetawidget 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.
|
| Имя Файла | Размер |
|---|---|
| swing-parent-4.2.pom | 759 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules.swing/swing-parent/ -->
<dependency>
<groupId>org.metawidget.modules.swing</groupId>
<artifactId>swing-parent</artifactId>
<version>4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.swing/swing-parent/
implementation 'org.metawidget.modules.swing:swing-parent:4.2'
// https://jarcasting.com/artifacts/org.metawidget.modules.swing/swing-parent/
implementation ("org.metawidget.modules.swing:swing-parent:4.2")
'org.metawidget.modules.swing:swing-parent:pom:4.2'
<dependency org="org.metawidget.modules.swing" name="swing-parent" rev="4.2">
<artifact name="swing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.swing', module='swing-parent', version='4.2')
)
libraryDependencies += "org.metawidget.modules.swing" % "swing-parent" % "4.2"
[org.metawidget.modules.swing/swing-parent "4.2"]