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