Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jbpm |
ArtifactId | ArtifactIdjbpm-gwt |
Version | Version5.5.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
jbpm-gwt-5.5.0.CR1.pom | 898 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-gwt</artifactId>
<version>5.5.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt/
implementation 'org.jbpm:jbpm-gwt:5.5.0.CR1'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt/
implementation ("org.jbpm:jbpm-gwt:5.5.0.CR1")
'org.jbpm:jbpm-gwt:pom:5.5.0.CR1'
<dependency org="org.jbpm" name="jbpm-gwt" rev="5.5.0.CR1">
<artifact name="jbpm-gwt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-gwt', version='5.5.0.CR1')
)
libraryDependencies += "org.jbpm" % "jbpm-gwt" % "5.5.0.CR1"
[org.jbpm/jbpm-gwt "5.5.0.CR1"]