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