is not current version
Last Version 3.0.4

org.helenus:helenus-impl 1.0.13

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

GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus-impl
Version

Version

1.0.13
Type

Type

jar

Download helenus-impl 1.0.13


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