не последняя версия
Последняя версия 6.3.0

net.sourceforge.jbizmo:jbizmo-master 4.0.0

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.

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.jbizmo
Идентификатор

Идентификатор

jbizmo-master
Версия

Версия

4.0.0
Тип

Тип

pom

Скачать jbizmo-master 4.0.0

Имя Файла Размер
jbizmo-master-4.0.0.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-master/ -->
<dependency>
    <groupId>net.sourceforge.jbizmo</groupId>
    <artifactId>jbizmo-master</artifactId>
    <version>4.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-master/
implementation 'net.sourceforge.jbizmo:jbizmo-master:4.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-master/
implementation ("net.sourceforge.jbizmo:jbizmo-master:4.0.0")
'net.sourceforge.jbizmo:jbizmo-master:pom:4.0.0'
<dependency org="net.sourceforge.jbizmo" name="jbizmo-master" rev="4.0.0">
  <artifact name="jbizmo-master" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jbizmo', module='jbizmo-master', version='4.0.0')
)
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-master" % "4.0.0"
[net.sourceforge.jbizmo/jbizmo-master "4.0.0"]