Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdgui-swing-tmodel |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
gui-swing-tmodel-1.0.pom | |
gui-swing-tmodel-1.0.jar | 86 KB |
gui-swing-tmodel-1.0-sources.jar | 51 KB |
gui-swing-tmodel-1.0-javadoc.jar | 531 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/gui-swing-tmodel/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>gui-swing-tmodel</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/gui-swing-tmodel/
implementation 'xyz.cofe:gui-swing-tmodel:1.0'
// https://jarcasting.com/artifacts/xyz.cofe/gui-swing-tmodel/
implementation ("xyz.cofe:gui-swing-tmodel:1.0")
'xyz.cofe:gui-swing-tmodel:jar:1.0'
<dependency org="xyz.cofe" name="gui-swing-tmodel" rev="1.0">
<artifact name="gui-swing-tmodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='gui-swing-tmodel', version='1.0')
)
libraryDependencies += "xyz.cofe" % "gui-swing-tmodel" % "1.0"
[xyz.cofe/gui-swing-tmodel "1.0"]