is not current version
Last Version 3.0.4

org.helenus:helenus-impl 3.0.1

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

3.0.1
Type

Type

jar

Download helenus-impl 3.0.1


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