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