Categories |
CategoriesJavaFX User Interface |
---|---|
GroupId | GroupIdorg.javafxports |
ArtifactId | ArtifactIdjfxmobile-plugin |
Version | Version2.0.24 |
Type | Typejar |
Filename | Size |
---|---|
jfxmobile-plugin-2.0.24.pom | |
jfxmobile-plugin-2.0.24.jar | 345 KB |
jfxmobile-plugin-2.0.24-sources.jar | 105 KB |
jfxmobile-plugin-2.0.24-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.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/
implementation 'org.javafxports:jfxmobile-plugin:2.0.24'
// https://jarcasting.com/artifacts/org.javafxports/jfxmobile-plugin/
implementation ("org.javafxports:jfxmobile-plugin:2.0.24")
'org.javafxports:jfxmobile-plugin:jar:2.0.24'
<dependency org="org.javafxports" name="jfxmobile-plugin" rev="2.0.24">
<artifact name="jfxmobile-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javafxports', module='jfxmobile-plugin', version='2.0.24')
)
libraryDependencies += "org.javafxports" % "jfxmobile-plugin" % "2.0.24"
[org.javafxports/jfxmobile-plugin "2.0.24"]