is not current version
Last Version 1.1.0

io.github.drgoodness:g-test-gui 1.0.0

The core library for JVM-based testing

Categories

Categories

GUI User Interface
GroupId

GroupId

io.github.drgoodness
ArtifactId

ArtifactId

g-test-gui
Version

Version

1.0.0
Type

Type

jar

Download g-test-gui 1.0.0


<!-- 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"]