License |
License |
---|---|
Categories |
CategoriesJavaFX User Interface |
GroupId | GroupIdorg.jfxcore |
ArtifactId | ArtifactIdjavafx |
Last Version | Last Version18-ea+0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjfxcore
JFXcore
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javafx-18-ea+0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfxcore/javafx/ -->
<dependency>
<groupId>org.jfxcore</groupId>
<artifactId>javafx</artifactId>
<version>18-ea+0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jfxcore/javafx/
implementation 'org.jfxcore:javafx:18-ea+0'
// https://jarcasting.com/artifacts/org.jfxcore/javafx/
implementation ("org.jfxcore:javafx:18-ea+0")
'org.jfxcore:javafx:pom:18-ea+0'
<dependency org="org.jfxcore" name="javafx" rev="18-ea+0">
<artifact name="javafx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jfxcore', module='javafx', version='18-ea+0')
)
libraryDependencies += "org.jfxcore" % "javafx" % "18-ea+0"
[org.jfxcore/javafx "18-ea+0"]