Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.thehilikus.jrobocom |
ArtifactId | ArtifactIdjrobocom-simple-gui |
Version | Version1.0.0-beta-01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-simple-gui/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom</groupId>
<artifactId>jrobocom-simple-gui</artifactId>
<version>1.0.0-beta-01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-simple-gui/
implementation 'com.github.thehilikus.jrobocom:jrobocom-simple-gui:1.0.0-beta-01'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-simple-gui/
implementation ("com.github.thehilikus.jrobocom:jrobocom-simple-gui:1.0.0-beta-01")
'com.github.thehilikus.jrobocom:jrobocom-simple-gui:jar:1.0.0-beta-01'
<dependency org="com.github.thehilikus.jrobocom" name="jrobocom-simple-gui" rev="1.0.0-beta-01">
<artifact name="jrobocom-simple-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom', module='jrobocom-simple-gui', version='1.0.0-beta-01')
)
libraryDependencies += "com.github.thehilikus.jrobocom" % "jrobocom-simple-gui" % "1.0.0-beta-01"
[com.github.thehilikus.jrobocom/jrobocom-simple-gui "1.0.0-beta-01"]