is not current version
Last Version 2.0.3.RELEASE

org.synyx.hades:org.synyx.hades.sample 1.5

Small sample project showing the usage of Hades.

GroupId

GroupId

org.synyx.hades
ArtifactId

ArtifactId

org.synyx.hades.sample
Version

Version

1.5
Type

Type

jar

Download org.synyx.hades.sample 1.5


<!-- 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/
implementation 'org.synyx.hades:org.synyx.hades.sample:1.5'
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/
implementation ("org.synyx.hades:org.synyx.hades.sample:1.5")
'org.synyx.hades:org.synyx.hades.sample:jar:1.5'
<dependency org="org.synyx.hades" name="org.synyx.hades.sample" rev="1.5">
  <artifact name="org.synyx.hades.sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synyx.hades', module='org.synyx.hades.sample', version='1.5')
)
libraryDependencies += "org.synyx.hades" % "org.synyx.hades.sample" % "1.5"
[org.synyx.hades/org.synyx.hades.sample "1.5"]