| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.jbizmo |
| Идентификатор | Идентификаторjbizmo-commons |
| Версия | Версия6.2.0 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| jbizmo-commons-6.2.0.pom | |
| jbizmo-commons-6.2.0.jar | 79 KB |
| jbizmo-commons-6.2.0-sources.jar | 100 KB |
| jbizmo-commons-6.2.0-javadoc.jar | 896 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons/ -->
<dependency>
<groupId>net.sourceforge.jbizmo</groupId>
<artifactId>jbizmo-commons</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons/
implementation 'net.sourceforge.jbizmo:jbizmo-commons:6.2.0'
// https://jarcasting.com/artifacts/net.sourceforge.jbizmo/jbizmo-commons/
implementation ("net.sourceforge.jbizmo:jbizmo-commons:6.2.0")
'net.sourceforge.jbizmo:jbizmo-commons:jar:6.2.0'
<dependency org="net.sourceforge.jbizmo" name="jbizmo-commons" rev="6.2.0">
<artifact name="jbizmo-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jbizmo', module='jbizmo-commons', version='6.2.0')
)
libraryDependencies += "net.sourceforge.jbizmo" % "jbizmo-commons" % "6.2.0"
[net.sourceforge.jbizmo/jbizmo-commons "6.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |