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