is not current version
Last Version 3.0.4

org.helenus:helenus 3.0.3

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

GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus
Version

Version

3.0.3
Type

Type

pom

Download helenus 3.0.3

Filename Size
helenus-3.0.3.pom 24 KB
Browse

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