License |
License |
---|---|
Categories |
CategoriesJavaFX User Interface |
GroupId | GroupIdorg.jacpfx |
ArtifactId | ArtifactIdjacpfx.JavaFXSpring |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjacpfx.JavaFXSpring
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 |
Filename | Size |
---|---|
jacpfx.JavaFXSpring-2.1.pom | |
jacpfx.JavaFXSpring-2.1.jar | 12 KB |
jacpfx.JavaFXSpring-2.1-sources.jar | 8 KB |
jacpfx.JavaFXSpring-2.1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacpfx/jacpfx.JavaFXSpring/ -->
<dependency>
<groupId>org.jacpfx</groupId>
<artifactId>jacpfx.JavaFXSpring</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacpfx/jacpfx.JavaFXSpring/
implementation 'org.jacpfx:jacpfx.JavaFXSpring:2.1'
// https://jarcasting.com/artifacts/org.jacpfx/jacpfx.JavaFXSpring/
implementation ("org.jacpfx:jacpfx.JavaFXSpring:2.1")
'org.jacpfx:jacpfx.JavaFXSpring:jar:2.1'
<dependency org="org.jacpfx" name="jacpfx.JavaFXSpring" rev="2.1">
<artifact name="jacpfx.JavaFXSpring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacpfx', module='jacpfx.JavaFXSpring', version='2.1')
)
libraryDependencies += "org.jacpfx" % "jacpfx.JavaFXSpring" % "2.1"
[org.jacpfx/jacpfx.JavaFXSpring "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jacpfx : jacpfx.API | jar | 2.1 |
org.jacpfx : jacpfx.JavaFX | jar | 2.1 |
org.springframework : spring-core | jar | 4.2.3.RELEASE |
org.springframework : spring-context | jar | 4.2.3.RELEASE |
org.springframework : spring-beans | jar | 4.2.3.RELEASE |
org.springframework : spring-expression | jar | 4.2.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |