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