j

jbizmo-master

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.
http://sourceforge.net/projects/jbizmo
GNU General Public License (GPL)
Martin Ganserer
Files download
File Operation
jbizmo-master-9.0.0.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jbizmo</groupId>
  <artifactId>jbizmo-master</artifactId>
  <version>9.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jbizmo:jbizmo-master:9.0.0'
Gradle Kotlin
implementation("net.sourceforge.jbizmo:jbizmo-master:9.0.0")
Scala SBT
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-master" % "9.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jbizmo', module='jbizmo-master', version='9.0.0')
)
Apache Ivy
<dependency org="net.sourceforge.jbizmo" name="jbizmo-master" rev="9.0.0" />
Leiningen
[net.sourceforge.jbizmo/jbizmo-master "9.0.0"]
Apache Buildr
'net.sourceforge.jbizmo:jbizmo-master:jar:9.0.0'