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