| Categories |
CategoriesJavaFX User Interface |
|---|---|
| GroupId | GroupIdorg.javafxports |
| ArtifactId | ArtifactIdjfxmobile-plugin |
| Version | Version1.3.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jfxmobile-plugin-1.3.10.pom | |
| jfxmobile-plugin-1.3.10.jar | 455 KB |
| jfxmobile-plugin-1.3.10-sources.jar | 42 KB |
| jfxmobile-plugin-1.3.10-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/ -->
<dependency>
<groupId>org.javafxports</groupId>
<artifactId>jfxmobile-plugin</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/
implementation 'org.javafxports:jfxmobile-plugin:1.3.10'
// https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/
implementation ("org.javafxports:jfxmobile-plugin:1.3.10")
'org.javafxports:jfxmobile-plugin:jar:1.3.10'
<dependency org="org.javafxports" name="jfxmobile-plugin" rev="1.3.10">
<artifact name="jfxmobile-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javafxports', module='jfxmobile-plugin', version='1.3.10')
)
libraryDependencies += "org.javafxports" % "jfxmobile-plugin" % "1.3.10"
[org.javafxports/jfxmobile-plugin "1.3.10"]