| Категории |
КатегорииTomcat Контейнер Application Servers GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаorg.jbpm |
| Идентификатор | Идентификаторjbpm-gwt-console-tomcat-integration |
| Версия | Версия6.0.0.Alpha5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-console-tomcat-integration/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-gwt-console-tomcat-integration</artifactId>
<version>6.0.0.Alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-console-tomcat-integration/
implementation 'org.jbpm:jbpm-gwt-console-tomcat-integration:6.0.0.Alpha5'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-console-tomcat-integration/
implementation ("org.jbpm:jbpm-gwt-console-tomcat-integration:6.0.0.Alpha5")
'org.jbpm:jbpm-gwt-console-tomcat-integration:jar:6.0.0.Alpha5'
<dependency org="org.jbpm" name="jbpm-gwt-console-tomcat-integration" rev="6.0.0.Alpha5">
<artifact name="jbpm-gwt-console-tomcat-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-gwt-console-tomcat-integration', version='6.0.0.Alpha5')
)
libraryDependencies += "org.jbpm" % "jbpm-gwt-console-tomcat-integration" % "6.0.0.Alpha5"
[org.jbpm/jbpm-gwt-console-tomcat-integration "6.0.0.Alpha5"]