GroupId | GroupIdorg.apache.syncope.core |
---|---|
ArtifactId | ArtifactIdsyncope-core-logic |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
syncope-core-logic-2.1.8.pom | |
syncope-core-logic-2.1.8.jar | 206 KB |
syncope-core-logic-2.1.8-sources.jar | 117 KB |
syncope-core-logic-2.1.8-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-logic/ -->
<dependency>
<groupId>org.apache.syncope.core</groupId>
<artifactId>syncope-core-logic</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-logic/
implementation 'org.apache.syncope.core:syncope-core-logic:2.1.8'
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-logic/
implementation ("org.apache.syncope.core:syncope-core-logic:2.1.8")
'org.apache.syncope.core:syncope-core-logic:jar:2.1.8'
<dependency org="org.apache.syncope.core" name="syncope-core-logic" rev="2.1.8">
<artifact name="syncope-core-logic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.core', module='syncope-core-logic', version='2.1.8')
)
libraryDependencies += "org.apache.syncope.core" % "syncope-core-logic" % "2.1.8"
[org.apache.syncope.core/syncope-core-logic "2.1.8"]