GroupId | GroupIdorg.metawidget.modules.swing |
---|---|
ArtifactId | ArtifactIdswing-parent |
Version | Version4.0 |
Type | Typepom |
Filename | Size |
---|---|
swing-parent-4.0.pom | 759 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules.swing/swing-parent/ -->
<dependency>
<groupId>org.metawidget.modules.swing</groupId>
<artifactId>swing-parent</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.swing/swing-parent/
implementation 'org.metawidget.modules.swing:swing-parent:4.0'
// https://jarcasting.com/artifacts/org.metawidget.modules.swing/swing-parent/
implementation ("org.metawidget.modules.swing:swing-parent:4.0")
'org.metawidget.modules.swing:swing-parent:pom:4.0'
<dependency org="org.metawidget.modules.swing" name="swing-parent" rev="4.0">
<artifact name="swing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.swing', module='swing-parent', version='4.0')
)
libraryDependencies += "org.metawidget.modules.swing" % "swing-parent" % "4.0"
[org.metawidget.modules.swing/swing-parent "4.0"]