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