GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdactiviti-sample-process |
Version | Version2.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/activiti-sample-process/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>activiti-sample-process</artifactId>
<version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/activiti-sample-process/
implementation 'org.aperteworkflow:activiti-sample-process:2.0-RC1'
// https://jarcasting.com/artifacts/org.aperteworkflow/activiti-sample-process/
implementation ("org.aperteworkflow:activiti-sample-process:2.0-RC1")
'org.aperteworkflow:activiti-sample-process:jar:2.0-RC1'
<dependency org="org.aperteworkflow" name="activiti-sample-process" rev="2.0-RC1">
<artifact name="activiti-sample-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='activiti-sample-process', version='2.0-RC1')
)
libraryDependencies += "org.aperteworkflow" % "activiti-sample-process" % "2.0-RC1"
[org.aperteworkflow/activiti-sample-process "2.0-RC1"]