GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-core |
Version | Version1.2.9 |
Type | Typewar |
Filename | Size |
---|---|
syncope-core-1.2.9.pom | |
syncope-core-1.2.9.war | 47 MB |
syncope-core-1.2.9-sources.jar | 707 KB |
syncope-core-1.2.9-javadoc.jar | 2 MB |
syncope-core-1.2.9-classes.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-core</artifactId>
<version>1.2.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation 'org.apache.syncope:syncope-core:1.2.9'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation ("org.apache.syncope:syncope-core:1.2.9")
'org.apache.syncope:syncope-core:war:1.2.9'
<dependency org="org.apache.syncope" name="syncope-core" rev="1.2.9">
<artifact name="syncope-core" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-core', version='1.2.9')
)
libraryDependencies += "org.apache.syncope" % "syncope-core" % "1.2.9"
[org.apache.syncope/syncope-core "1.2.9"]