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