License |
License |
---|---|
GroupId | GroupIdorg.helenus |
ArtifactId | ArtifactIdhelenus-impl |
Version | Version3.0.4 |
Type | Typejar |
Description |
DescriptionHelenus Implementation
JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - Implementation
|
Filename | Size |
---|---|
helenus-impl-3.0.4.pom | |
helenus-impl-3.0.4.jar | 455 KB |
helenus-impl-3.0.4-sources.jar | 241 KB |
helenus-impl-3.0.4-javadoc.jar | 781 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-impl/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-impl</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-impl/
implementation 'org.helenus:helenus-impl:3.0.4'
// https://jarcasting.com/artifacts/org.helenus/helenus-impl/
implementation ("org.helenus:helenus-impl:3.0.4")
'org.helenus:helenus-impl:jar:3.0.4'
<dependency org="org.helenus" name="helenus-impl" rev="3.0.4">
<artifact name="helenus-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-impl', version='3.0.4')
)
libraryDependencies += "org.helenus" % "helenus-impl" % "3.0.4"
[org.helenus/helenus-impl "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.commons : commons-collections4 | jar | 4.1 |
commons-cli : commons-cli | jar | 1.3.1 |
commons-codec : commons-codec | jar | 1.10 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.7 |
org.apache.logging.log4j : log4j-core | jar | 2.7 |
org.apache.logging.log4j : log4j-api | jar | 2.7 |
org.reflections : reflections | jar | 0.9.10 |
org.glassfish : javax.json | jar | 1.0.4 |
com.fasterxml.jackson.module : jackson-module-jsonSchema | jar | 2.6.4 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.4 |
com.datastax.cassandra : cassandra-driver-core | jar | 3.1.3 |
com.datastax.cassandra : cassandra-driver-extras | jar | 3.1.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.6.4 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.6.4 |
org.helenus : helenus-commons | jar | 3.0.4 |
org.helenus : helenus-api | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |