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 Java 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-2.8.0.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jbizmo</groupId>
  <artifactId>jbizmo-master</artifactId>
  <version>2.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jbizmo:jbizmo-master:2.8.0'
Gradle Kotlin
implementation("net.sourceforge.jbizmo:jbizmo-master:2.8.0")
Scala SBT
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-master" % "2.8.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jbizmo', module='jbizmo-master', version='2.8.0')
)
Apache Ivy
<dependency org="net.sourceforge.jbizmo" name="jbizmo-master" rev="2.8.0" />
Leiningen
[net.sourceforge.jbizmo/jbizmo-master "2.8.0"]
Apache Buildr
'net.sourceforge.jbizmo:jbizmo-master:jar:2.8.0'
Dependencies