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