GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdjbpm-context |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jbpm-context-1.0.pom | |
jbpm-context-1.0.jar | 51 KB |
jbpm-context-1.0-test-sources.jar | 6 KB |
jbpm-context-1.0-sources.jar | 16 KB |
jbpm-context-1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/jbpm-context/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>jbpm-context</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/jbpm-context/
implementation 'org.aperteworkflow:jbpm-context:1.0'
// https://jarcasting.com/artifacts/org.aperteworkflow/jbpm-context/
implementation ("org.aperteworkflow:jbpm-context:1.0")
'org.aperteworkflow:jbpm-context:jar:1.0'
<dependency org="org.aperteworkflow" name="jbpm-context" rev="1.0">
<artifact name="jbpm-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='jbpm-context', version='1.0')
)
libraryDependencies += "org.aperteworkflow" % "jbpm-context" % "1.0"
[org.aperteworkflow/jbpm-context "1.0"]