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