is not current version
Last Version 3.2-RC1

org.aperteworkflow:core 3.0-beta1


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

core
Version

Version

3.0-beta1
Type

Type

pom

Download core 3.0-beta1

Filename Size
core-3.0-beta1.pom 985 bytes
Browse

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