is not current version
Last Version 3.0.4

org.helenus:helenus-examples 3.0.3

JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - Examples

GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus-examples
Version

Version

3.0.3
Type

Type

jar

Download helenus-examples 3.0.3


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