mnt-base-aggregation 是个人积累的javafx桌面应用框架,包括动态编译,和开发常用的工具类。
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.cico216 |
| Идентификатор | Идентификаторmnt-third-party |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmnt-fx and mnt-tools
|
| Имя Файла | Размер |
|---|---|
| mnt-third-party-1.1.1.pom | 616 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cico216/mnt-third-party/ -->
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-third-party</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/mnt-third-party/
implementation 'com.github.cico216:mnt-third-party:1.1.1'
// https://jarcasting.com/artifacts/com.github.cico216/mnt-third-party/
implementation ("com.github.cico216:mnt-third-party:1.1.1")
'com.github.cico216:mnt-third-party:pom:1.1.1'
<dependency org="com.github.cico216" name="mnt-third-party" rev="1.1.1">
<artifact name="mnt-third-party" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='mnt-third-party', version='1.1.1')
)
libraryDependencies += "com.github.cico216" % "mnt-third-party" % "1.1.1"
[com.github.cico216/mnt-third-party "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桌面应用框架,包括动态编译,和开发常用的工具类。