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