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