License |
License |
---|---|
Categories |
CategoriesJavaFX User Interface |
GroupId | GroupIdorg.jacpfx |
ArtifactId | ArtifactIdjacpfx.JavaFXLauncher |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjacpfx.JavaFXLauncher
With JacpFX you structure your application with components, perspectives and a workbench, loosely
coupled through component id's. All parts are connected through a message bus and have a defined LiveCycle to
separate the task execution and UI changes.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.jacpfx/jacpfx.JavaFXLauncher/ -->
<dependency>
<groupId>org.jacpfx</groupId>
<artifactId>jacpfx.JavaFXLauncher</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacpfx/jacpfx.JavaFXLauncher/
implementation 'org.jacpfx:jacpfx.JavaFXLauncher:2.1'
// https://jarcasting.com/artifacts/org.jacpfx/jacpfx.JavaFXLauncher/
implementation ("org.jacpfx:jacpfx.JavaFXLauncher:2.1")
'org.jacpfx:jacpfx.JavaFXLauncher:jar:2.1'
<dependency org="org.jacpfx" name="jacpfx.JavaFXLauncher" rev="2.1">
<artifact name="jacpfx.JavaFXLauncher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacpfx', module='jacpfx.JavaFXLauncher', version='2.1')
)
libraryDependencies += "org.jacpfx" % "jacpfx.JavaFXLauncher" % "2.1"
[org.jacpfx/jacpfx.JavaFXLauncher "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jacpfx : jacpfx.API | jar | 2.1 |
org.jacpfx : jacpfx.JavaFX | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |