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