MVN

net.sourceforge.jbizmo : jbizmo-master

Maven & Gradle

Apr 01, 2023

JBizMo · JBizMo supports building of JavaFX, Eclipse RCP, Eclipse RAP, Swing, JSF (Primefaces) and Vaadin applications. The generated applications can run in a stand-alone mode or they can be deployed on a Jakarta EE server (JBoss 8, GlassFish 4). Alternatively, the Spring platform is also supported! JBizMo applications use JPA in order to access the target database. The plug-in contains a graphical editor for designing the domain model.

<dependency>
    <groupId>net.sourceforge.jbizmo</groupId>
    <artifactId>jbizmo-master</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jbizmo : jbizmo-master to add to Maven - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of net.sourceforge.jbizmo : jbizmo-master to add to Maven - All Versions:

Version Vulnerabilities Updated
7.0.x
jbizmo-master-7.0.0
6.5.x
jbizmo-master-6.5.0
6.4.x
jbizmo-master-6.4.0
6.3.x
jbizmo-master-6.3.0
6.2.x
jbizmo-master-6.2.0
6.1.x
jbizmo-master-6.1.0
6.0.x
jbizmo-master-6.0.0
5.0.x
jbizmo-master-5.0.0
4.0.x
jbizmo-master-4.0.0
3.0.x
jbizmo-master-3.0.0
2.9.x
jbizmo-master-2.9.0
2.8.x
jbizmo-master-2.8.0
2.7.x
jbizmo-master-2.7.0
2.6.x
jbizmo-master-2.6.0
2.5.x
jbizmo-master-2.5.1
jbizmo-master-2.5.0
2.4.x
jbizmo-master-2.4.0
2.3.x
jbizmo-master-2.3.0
2.2.x
jbizmo-master-2.2.0
2.1.x
jbizmo-master-2.1.0
2.0.x
jbizmo-master-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sourceforge.jbizmo</groupId>
    <artifactId>jbizmo-master</artifactId>
    <version>7.0.0</version>
</dependency>