MVN

org.jacpfx : jacpfx-parent

Maven & Gradle

Dec 03, 2015
65 stars

jacpfx Project · 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.

<dependency>
    <groupId>org.jacpfx</groupId>
    <artifactId>jacpfx-parent</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jacpfx : jacpfx-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.1
  • Latest Release Candidate: 2.1-RC5

All Versions

Choose a version of org.jacpfx : jacpfx-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
jacpfx-parent-3.0-RC1
2.1
jacpfx-parent-2.1
jacpfx-parent-2.1-RC5
jacpfx-parent-2.1-RC4
jacpfx-parent-2.1-RC3
jacpfx-parent-2.1-RC2
jacpfx-parent-2.1-RC1
2.0.x
jacpfx-parent-2.0.2
jacpfx-parent-2.0.1
2.0
jacpfx-parent-2.0
jacpfx-parent-2.0-RC4
jacpfx-parent-2.0-RC3
jacpfx-parent-2.0-RC2
jacpfx-parent-2.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jacpfx</groupId>
    <artifactId>jacpfx-parent</artifactId>
    <version>2.1</version>
</dependency>

Advertisement