Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jbpm |
ArtifactId | ArtifactIdjbpm-gwt-graph |
Version | Version5.1.0.M1 |
Type | Typejar |
Filename | Size |
---|---|
jbpm-gwt-graph-5.1.0.M1.pom | |
jbpm-gwt-graph-5.1.0.M1.jar | 20 KB |
jbpm-gwt-graph-5.1.0.M1-tests.jar | 1 KB |
jbpm-gwt-graph-5.1.0.M1-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-graph/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-gwt-graph</artifactId>
<version>5.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-graph/
implementation 'org.jbpm:jbpm-gwt-graph:5.1.0.M1'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-gwt-graph/
implementation ("org.jbpm:jbpm-gwt-graph:5.1.0.M1")
'org.jbpm:jbpm-gwt-graph:jar:5.1.0.M1'
<dependency org="org.jbpm" name="jbpm-gwt-graph" rev="5.1.0.M1">
<artifact name="jbpm-gwt-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-gwt-graph', version='5.1.0.M1')
)
libraryDependencies += "org.jbpm" % "jbpm-gwt-graph" % "5.1.0.M1"
[org.jbpm/jbpm-gwt-graph "5.1.0.M1"]