Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdgui-swing-parent |
Version | Version1.0 |
Type | Typepom |
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"]