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