GroupId | GroupIdorg.synyx.hades |
---|---|
ArtifactId | ArtifactIdorg.synyx.hades.sample |
Version | Version1.6.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/ -->
<dependency>
<groupId>org.synyx.hades</groupId>
<artifactId>org.synyx.hades.sample</artifactId>
<version>1.6.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/
implementation 'org.synyx.hades:org.synyx.hades.sample:1.6.3.RELEASE'
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/
implementation ("org.synyx.hades:org.synyx.hades.sample:1.6.3.RELEASE")
'org.synyx.hades:org.synyx.hades.sample:jar:1.6.3.RELEASE'
<dependency org="org.synyx.hades" name="org.synyx.hades.sample" rev="1.6.3.RELEASE">
<artifact name="org.synyx.hades.sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synyx.hades', module='org.synyx.hades.sample', version='1.6.3.RELEASE')
)
libraryDependencies += "org.synyx.hades" % "org.synyx.hades.sample" % "1.6.3.RELEASE"
[org.synyx.hades/org.synyx.hades.sample "1.6.3.RELEASE"]