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