License |
License |
---|---|
Categories |
CategoriesNet JavaFX User Interface |
GroupId | GroupIdnet.sf.cuf |
ArtifactId | ArtifactIdcuf-javafx |
Last Version | Last Version2.5.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCUF JavaFX integration
The parent for all CUF2 modules
|
Project Organization |
Project OrganizationJürgen Zeller (privat) |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cuf-javafx-2.5.8.pom | |
cuf-javafx-2.5.8.jar | 3 KB |
cuf-javafx-2.5.8-sources.jar | 2 KB |
cuf-javafx-2.5.8-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.cuf/cuf-javafx/ -->
<dependency>
<groupId>net.sf.cuf</groupId>
<artifactId>cuf-javafx</artifactId>
<version>2.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cuf/cuf-javafx/
implementation 'net.sf.cuf:cuf-javafx:2.5.8'
// https://jarcasting.com/artifacts/net.sf.cuf/cuf-javafx/
implementation ("net.sf.cuf:cuf-javafx:2.5.8")
'net.sf.cuf:cuf-javafx:jar:2.5.8'
<dependency org="net.sf.cuf" name="cuf-javafx" rev="2.5.8">
<artifact name="cuf-javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cuf', module='cuf-javafx', version='2.5.8')
)
libraryDependencies += "net.sf.cuf" % "cuf-javafx" % "2.5.8"
[net.sf.cuf/cuf-javafx "2.5.8"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.cuf : cuf-fw | jar | 2.5.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |