is not current version
Last Version 2.0.3.RELEASE

org.synyx.hades:org.synyx.hades.sample 1.6.0.RELEASE

Small sample project showing the usage of Hades.

GroupId

GroupId

org.synyx.hades
ArtifactId

ArtifactId

org.synyx.hades.sample
Version

Version

1.6.0.RELEASE
Type

Type

jar

Download org.synyx.hades.sample 1.6.0.RELEASE


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