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