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