is not current version
Last Version 1.2.11

org.apache.syncope:syncope-console 1.2.5

Apache Syncope Console

GroupId

GroupId

org.apache.syncope
ArtifactId

ArtifactId

syncope-console
Version

Version

1.2.5
Type

Type

war

Download syncope-console 1.2.5


<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-console/ -->
<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-console</artifactId>
    <version>1.2.5</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-console/
implementation 'org.apache.syncope:syncope-console:1.2.5'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-console/
implementation ("org.apache.syncope:syncope-console:1.2.5")
'org.apache.syncope:syncope-console:war:1.2.5'
<dependency org="org.apache.syncope" name="syncope-console" rev="1.2.5">
  <artifact name="syncope-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-console', version='1.2.5')
)
libraryDependencies += "org.apache.syncope" % "syncope-console" % "1.2.5"
[org.apache.syncope/syncope-console "1.2.5"]