Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdio.github.drgoodness |
ArtifactId | ArtifactIdg-test-gui |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
g-test-gui-1.0.0.pom | |
g-test-gui-1.0.0.jar | 26 KB |
g-test-gui-1.0.0-sources.jar | 4 KB |
g-test-gui-1.0.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.drgoodness/g-test-gui/ -->
<dependency>
<groupId>io.github.drgoodness</groupId>
<artifactId>g-test-gui</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.drgoodness/g-test-gui/
implementation 'io.github.drgoodness:g-test-gui:1.0.0'
// https://jarcasting.com/artifacts/io.github.drgoodness/g-test-gui/
implementation ("io.github.drgoodness:g-test-gui:1.0.0")
'io.github.drgoodness:g-test-gui:jar:1.0.0'
<dependency org="io.github.drgoodness" name="g-test-gui" rev="1.0.0">
<artifact name="g-test-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.drgoodness', module='g-test-gui', version='1.0.0')
)
libraryDependencies += "io.github.drgoodness" % "g-test-gui" % "1.0.0"
[io.github.drgoodness/g-test-gui "1.0.0"]