License |
License |
---|---|
GroupId | GroupIdorg.helenus |
ArtifactId | ArtifactIdhelenus-api |
Version | Version3.0.4 |
Type | Typejar |
Description |
DescriptionHelenus API
JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - API
|
Filename | Size |
---|---|
helenus-api-3.0.4.pom | |
helenus-api-3.0.4.jar | 138 KB |
helenus-api-3.0.4-sources.jar | 186 KB |
helenus-api-3.0.4-javadoc.jar | 937 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-api/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-api</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-api/
implementation 'org.helenus:helenus-api:3.0.4'
// https://jarcasting.com/artifacts/org.helenus/helenus-api/
implementation ("org.helenus:helenus-api:3.0.4")
'org.helenus:helenus-api:jar:3.0.4'
<dependency org="org.helenus" name="helenus-api" rev="3.0.4">
<artifact name="helenus-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-api', version='3.0.4')
)
libraryDependencies += "org.helenus" % "helenus-api" % "3.0.4"
[org.helenus/helenus-api "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
com.datastax.cassandra : cassandra-driver-core | jar | 3.1.3 |
com.datastax.cassandra : cassandra-driver-extras | jar | 3.1.3 |
org.glassfish : javax.json | jar | 1.0.4 |
org.helenus : helenus-commons | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |