| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.jbpm |
| ArtifactId | ArtifactIdjbpm-gwt-console |
| Version | Version6.0.0.Alpha4 |
| Type | Typewar |
| Filename | Size |
|---|---|
| jbpm-gwt-console-6.0.0.Alpha4.pom | |
| jbpm-gwt-console-6.0.0.Alpha4.war | 11 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-console/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-gwt-console</artifactId>
<version>6.0.0.Alpha4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-console/
implementation 'org.jbpm:jbpm-gwt-console:6.0.0.Alpha4'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-console/
implementation ("org.jbpm:jbpm-gwt-console:6.0.0.Alpha4")
'org.jbpm:jbpm-gwt-console:war:6.0.0.Alpha4'
<dependency org="org.jbpm" name="jbpm-gwt-console" rev="6.0.0.Alpha4">
<artifact name="jbpm-gwt-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-gwt-console', version='6.0.0.Alpha4')
)
libraryDependencies += "org.jbpm" % "jbpm-gwt-console" % "6.0.0.Alpha4"
[org.jbpm/jbpm-gwt-console "6.0.0.Alpha4"]