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