is not current version
Last Version 3.2-RC1

org.aperteworkflow:model 2.0-RC1


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

model
Version

Version

2.0-RC1
Type

Type

jar

Download model 2.0-RC1


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