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