mnt-base-aggregation 是个人积累的javafx桌面应用框架,包括动态编译,和开发常用的工具类。
| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface |
| GroupId | GroupIdcom.github.cico216 |
| ArtifactId | ArtifactIdmnt-fx-gui |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionmnt-fx and mnt-tools
|
| Filename | Size |
|---|---|
| mnt-fx-gui-1.1.2.pom | 854 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.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/mnt-fx-gui/
implementation 'com.github.cico216:mnt-fx-gui:1.1.2'
// https://jarcasting.com/artifacts/com.github.cico216/mnt-fx-gui/
implementation ("com.github.cico216:mnt-fx-gui:1.1.2")
'com.github.cico216:mnt-fx-gui:pom:1.1.2'
<dependency org="com.github.cico216" name="mnt-fx-gui" rev="1.1.2">
<artifact name="mnt-fx-gui" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='mnt-fx-gui', version='1.1.2')
)
libraryDependencies += "com.github.cico216" % "mnt-fx-gui" % "1.1.2"
[com.github.cico216/mnt-fx-gui "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.cico216 : mnt-core | jar | 1.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
mnt-base-aggregation 是个人积累的javafx桌面应用框架,包括动态编译,和开发常用的工具类。