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