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