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