is not current version
Last Version 2.0.3.RELEASE

org.synyx.hades:org.synyx.hades.sample 2.0.0.RC1

Small sample project showing the usage of Hades.

GroupId

GroupId

org.synyx.hades
ArtifactId

ArtifactId

org.synyx.hades.sample
Version

Version

2.0.0.RC1
Type

Type

jar

Download org.synyx.hades.sample 2.0.0.RC1


<!-- https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/ -->
<dependency>
    <groupId>org.synyx.hades</groupId>
    <artifactId>org.synyx.hades.sample</artifactId>
    <version>2.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/
implementation 'org.synyx.hades:org.synyx.hades.sample:2.0.0.RC1'
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades.sample/
implementation ("org.synyx.hades:org.synyx.hades.sample:2.0.0.RC1")
'org.synyx.hades:org.synyx.hades.sample:jar:2.0.0.RC1'
<dependency org="org.synyx.hades" name="org.synyx.hades.sample" rev="2.0.0.RC1">
  <artifact name="org.synyx.hades.sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synyx.hades', module='org.synyx.hades.sample', version='2.0.0.RC1')
)
libraryDependencies += "org.synyx.hades" % "org.synyx.hades.sample" % "2.0.0.RC1"
[org.synyx.hades/org.synyx.hades.sample "2.0.0.RC1"]