Common JavaFX code shared between projects.
License
This project is subject to the the GNU General Public License version 3 or later version. See LICENSE information for details.
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdde.carne |
| ArtifactId | ArtifactIdjava-jfx |
| Last Version | Last Version8.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava-jfx
Common JavaFX code shared between my projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| java-jfx-8.5.0.pom | |
| java-jfx-8.5.0.jar | 56 KB |
| java-jfx-8.5.0-sources.jar | 53 KB |
| java-jfx-8.5.0-javadoc.jar | 158 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.carne/java-jfx/ -->
<dependency>
<groupId>de.carne</groupId>
<artifactId>java-jfx</artifactId>
<version>8.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.carne/java-jfx/
implementation 'de.carne:java-jfx:8.5.0'
// https://jarcasting.com/artifacts/de.carne/java-jfx/
implementation ("de.carne:java-jfx:8.5.0")
'de.carne:java-jfx:jar:8.5.0'
<dependency org="de.carne" name="java-jfx" rev="8.5.0">
<artifact name="java-jfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.carne', module='java-jfx', version='8.5.0')
)
libraryDependencies += "de.carne" % "java-jfx" % "8.5.0"
[de.carne/java-jfx "8.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.carne.common : java-default | jar | 9.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.testfx : testfx-core | jar | 4.0.16-alpha |
| org.testfx : openjfx-monocle | jar | 8u76-b04 |
This project is subject to the the GNU General Public License version 3 or later version. See LICENSE information for details.