h

helenus

JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver
http://www.helenus.org
The Apache License, Version 2.0
Patrick Ouellet
文件下载
文件名 操作
helenus-3.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.helenus</groupId>
  <artifactId>helenus</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.helenus:helenus:3.0.2'
Gradle Kotlin
implementation("org.helenus:helenus:3.0.2")
Scala SBT
libraryDependencies += "org.helenus" % "helenus" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.helenus', module='helenus', version='3.0.2')
)
Apache Ivy
<dependency org="org.helenus" name="helenus" rev="3.0.2" />
Leiningen
[org.helenus/helenus "3.0.2"]
Apache Buildr
'org.helenus:helenus:jar:3.0.2'
本项目依赖
该项目无第三方依赖