is not current version
Last Version 3.2-RC1

org.aperteworkflow:aperteworkflow-core 2.0-RC1

Aperte Workflow is a compilation of well-known, stable and mature frameworks into a complete BPM solution developed by BlueSoft sp. z o.o. - Polish independent software vendor. Project home page is available at http://www.aperteworkflow.org/

GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

aperteworkflow-core
Version

Version

2.0-RC1
Type

Type

pom

Download aperteworkflow-core 2.0-RC1


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