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