GroupId | GroupIdorg.apache.syncope.core |
---|---|
ArtifactId | ArtifactIdsyncope-core-workflow-api |
Version | Version2.0.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-workflow-api/ -->
<dependency>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-workflow-api</artifactId>
<version>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-workflow-api/
implementation 'org.apache.syncope.core:syncope-core-workflow-api:2.0.0-M3'
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-workflow-api/
implementation ("org.apache.syncope.core:syncope-core-workflow-api:2.0.0-M3")
'org.apache.syncope.core:syncope-core-workflow-api:jar:2.0.0-M3'
<dependency org="org.apache.syncope.core" name="syncope-core-workflow-api" rev="2.0.0-M3">
<artifact name="syncope-core-workflow-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.core', module='syncope-core-workflow-api', version='2.0.0-M3')
)
libraryDependencies += "org.apache.syncope.core" % "syncope-core-workflow-api" % "2.0.0-M3"
[org.apache.syncope.core/syncope-core-workflow-api "2.0.0-M3"]