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