| License |
License
GPLv3 with Classpath Exception
|
|---|---|
| Categories |
CategoriesJavaFX User Interface |
| GroupId | GroupIdcom.cedarsoft.commons |
| ArtifactId | ArtifactIdjavafx |
| Last Version | Last Version8.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjavafx
Path: :open:commons:javafx
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javafx-8.9.2.pom | |
| javafx-8.9.2.jar | 6 KB |
| javafx-8.9.2-tests.jar | 41 KB |
| javafx-8.9.2-sources.jar | 5 KB |
| javafx-8.9.2-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/javafx/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>javafx</artifactId>
<version>8.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/javafx/
implementation 'com.cedarsoft.commons:javafx:8.9.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/javafx/
implementation ("com.cedarsoft.commons:javafx:8.9.2")
'com.cedarsoft.commons:javafx:jar:8.9.2'
<dependency org="com.cedarsoft.commons" name="javafx" rev="8.9.2">
<artifact name="javafx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='javafx', version='8.9.2')
)
libraryDependencies += "com.cedarsoft.commons" % "javafx" % "8.9.2"
[com.cedarsoft.commons/javafx "8.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.dependencies-sets : annotations | jar | 8.9.2 |
| com.cedarsoft : annotations | jar | 8.9.2 |
| com.cedarsoft.commons : concurrent | jar | 8.9.2 |
| com.cedarsoft : unit | jar | 8.9.2 |
| com.google.guava : guava | jar | 28.0-jre |