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