| License |
License |
|---|---|
| Categories |
CategoriesJavaFX User Interface |
| GroupId | GroupIdcom.acgist |
| ArtifactId | ArtifactIdsnail.javafx |
| Last Version | Last Version1.17.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsnail.javafx
基于JavaFX开发的Snail图形管理界面
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationacgist |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| snail.javafx-1.17.1.pom | |
| snail.javafx-1.17.1.jar | 160 KB |
| snail.javafx-1.17.1-sources.jar | 115 KB |
| snail.javafx-1.17.1-javadoc.jar | 478 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acgist/snail.javafx/ -->
<dependency>
<groupId>com.acgist</groupId>
<artifactId>snail.javafx</artifactId>
<version>1.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.acgist/snail.javafx/
implementation 'com.acgist:snail.javafx:1.17.1'
// https://jarcasting.com/artifacts/com.acgist/snail.javafx/
implementation ("com.acgist:snail.javafx:1.17.1")
'com.acgist:snail.javafx:jar:1.17.1'
<dependency org="com.acgist" name="snail.javafx" rev="1.17.1">
<artifact name="snail.javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acgist', module='snail.javafx', version='1.17.1')
)
libraryDependencies += "com.acgist" % "snail.javafx" % "1.17.1"
[com.acgist/snail.javafx "1.17.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.acgist : snail | jar | 1.17.1 |
| org.openjfx : javafx-fxml | jar | 17.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |