Last Version

Helenus 3.0.4

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

License

License

GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus
Version

Version

3.0.4
Type

Type

pom
Description

Description

Helenus
JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver
Source Code Management

Source Code Management

http://github.com/helenusdriver/helenus/tree/master/

Download helenus 3.0.4

Filename Size
helenus-3.0.4.pom 24 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • commons
  • commons-test
  • api
  • impl
  • tomcat
  • examples
  • junit