License |
License |
---|---|
Categories |
CategoriesJavaFX User Interface |
GroupId | GroupIdcom.github.hypfvieh |
ArtifactId | ArtifactIdjavafx-utils |
Last Version | Last Version11.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjavafx-utils
Utilities and helper classes to develop JavaFX based applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
javafx-utils-11.0.1.pom | |
javafx-utils-11.0.1.jar | 275 KB |
javafx-utils-11.0.1-tests.jar | 8 KB |
javafx-utils-11.0.1-sources.jar | 110 KB |
javafx-utils-11.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hypfvieh/javafx-utils/ -->
<dependency>
<groupId>com.github.hypfvieh</groupId>
<artifactId>javafx-utils</artifactId>
<version>11.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh/javafx-utils/
implementation 'com.github.hypfvieh:javafx-utils:11.0.1'
// https://jarcasting.com/artifacts/com.github.hypfvieh/javafx-utils/
implementation ("com.github.hypfvieh:javafx-utils:11.0.1")
'com.github.hypfvieh:javafx-utils:jar:11.0.1'
<dependency org="com.github.hypfvieh" name="javafx-utils" rev="11.0.1">
<artifact name="javafx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh', module='javafx-utils', version='11.0.1')
)
libraryDependencies += "com.github.hypfvieh" % "javafx-utils" % "11.0.1"
[com.github.hypfvieh/javafx-utils "11.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx-base | jar | 17.0.1 |
org.openjfx : javafx-fxml | jar | 17.0.1 |
org.openjfx : javafx-controls | jar | 17.0.1 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core-jakarta | jar | 5.6.5.Final |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
org.testfx : openjfx-monocle | jar | jdk-12.0.1+2 |
com.h2database : h2 | jar | 2.1.210 |