License |
License |
---|---|
GroupId | GroupIdorg.apache.syncope |
ArtifactId | ArtifactIdsyncope-core |
Last Version | Last Version2.1.11 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionApache Syncope Core
Apache Syncope Core
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
syncope-core-2.1.11.pom | |
syncope-core-2.1.11.war | 24 MB |
syncope-core-2.1.11-sources.jar | 429 KB |
syncope-core-2.1.11-javadoc.jar | 1 MB |
syncope-core-2.1.11-classes.jar | 713 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-core</artifactId>
<version>2.1.11</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation 'org.apache.syncope:syncope-core:2.1.11'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation ("org.apache.syncope:syncope-core:2.1.11")
'org.apache.syncope:syncope-core:war:2.1.11'
<dependency org="org.apache.syncope" name="syncope-core" rev="2.1.11">
<artifact name="syncope-core" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-core', version='2.1.11')
)
libraryDependencies += "org.apache.syncope" % "syncope-core" % "2.1.11"
[org.apache.syncope/syncope-core "2.1.11"]