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