is not current version
Last Version 1.7.1pre10

org.openwfe:openwfe 1.7.0

OpenWFE is a java open source workflow/BPM engine. It's available under a BSD license.

GroupId

GroupId

org.openwfe
ArtifactId

ArtifactId

openwfe
Version

Version

1.7.0
Type

Type

pom

Download openwfe 1.7.0

Filename Size
openwfe-1.7.0.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.openwfe/openwfe/ -->
<dependency>
    <groupId>org.openwfe</groupId>
    <artifactId>openwfe</artifactId>
    <version>1.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openwfe/openwfe/
implementation 'org.openwfe:openwfe:1.7.0'
// https://jarcasting.com/artifacts/org.openwfe/openwfe/
implementation ("org.openwfe:openwfe:1.7.0")
'org.openwfe:openwfe:pom:1.7.0'
<dependency org="org.openwfe" name="openwfe" rev="1.7.0">
  <artifact name="openwfe" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openwfe', module='openwfe', version='1.7.0')
)
libraryDependencies += "org.openwfe" % "openwfe" % "1.7.0"
[org.openwfe/openwfe "1.7.0"]