GroupId | GroupIdcom.github.cycladessoa |
---|---|
ArtifactId | ArtifactIdcyclades |
Version | Version1.0.0.5 |
Type | Typewar |
Filename | Size |
---|---|
cyclades-1.0.0.5.pom | |
cyclades-1.0.0.5.war | 11 MB |
cyclades-1.0.0.5-sources.zip | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cycladessoa/cyclades/ -->
<dependency>
<groupId>com.github.cycladessoa</groupId>
<artifactId>cyclades</artifactId>
<version>1.0.0.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cycladessoa/cyclades/
implementation 'com.github.cycladessoa:cyclades:1.0.0.5'
// https://jarcasting.com/artifacts/com.github.cycladessoa/cyclades/
implementation ("com.github.cycladessoa:cyclades:1.0.0.5")
'com.github.cycladessoa:cyclades:war:1.0.0.5'
<dependency org="com.github.cycladessoa" name="cyclades" rev="1.0.0.5">
<artifact name="cyclades" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.cycladessoa', module='cyclades', version='1.0.0.5')
)
libraryDependencies += "com.github.cycladessoa" % "cyclades" % "1.0.0.5"
[com.github.cycladessoa/cyclades "1.0.0.5"]