is not current version
Last Version 3.0.4

org.helenus:helenus-api 1.0.13

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

GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus-api
Version

Version

1.0.13
Type

Type

jar

Download helenus-api 1.0.13


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