| Группа | Группаorg.apache.syncope.core |
|---|---|
| Идентификатор | Идентификаторsyncope-core-spring |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| syncope-core-spring-2.0.1.pom | |
| syncope-core-spring-2.0.1.jar | 56 KB |
| syncope-core-spring-2.0.1-sources.jar | 40 KB |
| syncope-core-spring-2.0.1-javadoc.jar | 135 KB |
| Обзор |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-spring/
implementation 'org.apache.syncope.core:syncope-core-spring:2.0.1'
// https://jarcasting.com/artifacts/org.apache.syncope.core/syncope-core-spring/
implementation ("org.apache.syncope.core:syncope-core-spring:2.0.1")
'org.apache.syncope.core:syncope-core-spring:jar:2.0.1'
<dependency org="org.apache.syncope.core" name="syncope-core-spring" rev="2.0.1">
<artifact name="syncope-core-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.core', module='syncope-core-spring', version='2.0.1')
)
libraryDependencies += "org.apache.syncope.core" % "syncope-core-spring" % "2.0.1"
[org.apache.syncope.core/syncope-core-spring "2.0.1"]