GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-core |
Version | Version1.0.0-RC2-incubating |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-core</artifactId>
<version>1.0.0-RC2-incubating</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation 'org.apache.syncope:syncope-core:1.0.0-RC2-incubating'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation ("org.apache.syncope:syncope-core:1.0.0-RC2-incubating")
'org.apache.syncope:syncope-core:war:1.0.0-RC2-incubating'
<dependency org="org.apache.syncope" name="syncope-core" rev="1.0.0-RC2-incubating">
<artifact name="syncope-core" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-core', version='1.0.0-RC2-incubating')
)
libraryDependencies += "org.apache.syncope" % "syncope-core" % "1.0.0-RC2-incubating"
[org.apache.syncope/syncope-core "1.0.0-RC2-incubating"]