GroupId | GroupIdorg.apache.syncope.core |
---|---|
ArtifactId | ArtifactIdsyncope-core-logic |
Version | Version2.0.13 |
Type | Typejar |
Filename | Size |
---|---|
syncope-core-logic-2.0.13.pom | |
syncope-core-logic-2.0.13.jar | 232 KB |
syncope-core-logic-2.0.13-sources.jar | 117 KB |
syncope-core-logic-2.0.13-javadoc.jar | 319 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.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-logic/
implementation 'org.apache.syncope.core:syncope-core-logic:2.0.13'
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-logic/
implementation ("org.apache.syncope.core:syncope-core-logic:2.0.13")
'org.apache.syncope.core:syncope-core-logic:jar:2.0.13'
<dependency org="org.apache.syncope.core" name="syncope-core-logic" rev="2.0.13">
<artifact name="syncope-core-logic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.core', module='syncope-core-logic', version='2.0.13')
)
libraryDependencies += "org.apache.syncope.core" % "syncope-core-logic" % "2.0.13"
[org.apache.syncope.core/syncope-core-logic "2.0.13"]