is not current version
Last Version 2.0.30

org.javafxports:jfxmobile-plugin 2.0.0-b7

Gradle Plugin for building JavaFX mobile applications

Categories

Categories

JavaFX User Interface
GroupId

GroupId

org.javafxports
ArtifactId

ArtifactId

jfxmobile-plugin
Version

Version

2.0.0-b7
Type

Type

jar

Download jfxmobile-plugin 2.0.0-b7


<!-- https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/ -->
<dependency>
    <groupId>org.javafxports</groupId>
    <artifactId>jfxmobile-plugin</artifactId>
    <version>2.0.0-b7</version>
</dependency>
// https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/
implementation 'org.javafxports:jfxmobile-plugin:2.0.0-b7'
// https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/
implementation ("org.javafxports:jfxmobile-plugin:2.0.0-b7")
'org.javafxports:jfxmobile-plugin:jar:2.0.0-b7'
<dependency org="org.javafxports" name="jfxmobile-plugin" rev="2.0.0-b7">
  <artifact name="jfxmobile-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javafxports', module='jfxmobile-plugin', version='2.0.0-b7')
)
libraryDependencies += "org.javafxports" % "jfxmobile-plugin" % "2.0.0-b7"
[org.javafxports/jfxmobile-plugin "2.0.0-b7"]