Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdgui.swing-parent |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
gui.swing-parent-0.2.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/gui.swing-parent/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>gui.swing-parent</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/gui.swing-parent/
implementation 'xyz.cofe:gui.swing-parent:0.2.0'
// https://jarcasting.com/artifacts/xyz.cofe/gui.swing-parent/
implementation ("xyz.cofe:gui.swing-parent:0.2.0")
'xyz.cofe:gui.swing-parent:pom:0.2.0'
<dependency org="xyz.cofe" name="gui.swing-parent" rev="0.2.0">
<artifact name="gui.swing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='gui.swing-parent', version='0.2.0')
)
libraryDependencies += "xyz.cofe" % "gui.swing-parent" % "0.2.0"
[xyz.cofe/gui.swing-parent "0.2.0"]