GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-console |
Version | Version1.0.6 |
Type | Typewar |
Filename | Size |
---|---|
syncope-console-1.0.6.pom | |
syncope-console-1.0.6.war | 12 MB |
syncope-console-1.0.6-sources.jar | 438 KB |
syncope-console-1.0.6-javadoc.jar | 930 KB |
syncope-console-1.0.6-classes.jar | 921 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-console/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-console</artifactId>
<version>1.0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-console/
implementation 'org.apache.syncope:syncope-console:1.0.6'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-console/
implementation ("org.apache.syncope:syncope-console:1.0.6")
'org.apache.syncope:syncope-console:war:1.0.6'
<dependency org="org.apache.syncope" name="syncope-console" rev="1.0.6">
<artifact name="syncope-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-console', version='1.0.6')
)
libraryDependencies += "org.apache.syncope" % "syncope-console" % "1.0.6"
[org.apache.syncope/syncope-console "1.0.6"]