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