Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.cico216 |
ArtifactId | ArtifactIdmnt-fx-gui |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
mnt-fx-gui-1.0.pom | 783 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cico216/mnt-fx-gui/ -->
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-fx-gui</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/mnt-fx-gui/
implementation 'com.github.cico216:mnt-fx-gui:1.0'
// https://jarcasting.com/artifacts/com.github.cico216/mnt-fx-gui/
implementation ("com.github.cico216:mnt-fx-gui:1.0")
'com.github.cico216:mnt-fx-gui:pom:1.0'
<dependency org="com.github.cico216" name="mnt-fx-gui" rev="1.0">
<artifact name="mnt-fx-gui" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='mnt-fx-gui', version='1.0')
)
libraryDependencies += "com.github.cico216" % "mnt-fx-gui" % "1.0"
[com.github.cico216/mnt-fx-gui "1.0"]