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