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