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