is not current version
Last Version 1.1

xyz.cofe:gui-swing-parent 1.0


Categories

Categories

GUI User Interface
GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

gui-swing-parent
Version

Version

1.0
Type

Type

pom

Download gui-swing-parent 1.0

Filename Size
gui-swing-parent-1.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/xyz.cofe/gui-swing-parent/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>gui-swing-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/gui-swing-parent/
implementation 'xyz.cofe:gui-swing-parent:1.0'
// https://jarcasting.com/artifacts/xyz.cofe/gui-swing-parent/
implementation ("xyz.cofe:gui-swing-parent:1.0")
'xyz.cofe:gui-swing-parent:pom:1.0'
<dependency org="xyz.cofe" name="gui-swing-parent" rev="1.0">
  <artifact name="gui-swing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='gui-swing-parent', version='1.0')
)
libraryDependencies += "xyz.cofe" % "gui-swing-parent" % "1.0"
[xyz.cofe/gui-swing-parent "1.0"]