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