License |
License |
---|---|
GroupId | GroupIdorg.helenus |
ArtifactId | ArtifactIdhelenus-examples |
Version | Version3.0.4 |
Type | Typejar |
Description |
DescriptionHelenus Examples
JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - Examples
|
Filename | Size |
---|---|
helenus-examples-3.0.4.pom | |
helenus-examples-3.0.4.jar | 6 KB |
helenus-examples-3.0.4-sources.jar | 5 KB |
helenus-examples-3.0.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-examples/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-examples</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-examples/
implementation 'org.helenus:helenus-examples:3.0.4'
// https://jarcasting.com/artifacts/org.helenus/helenus-examples/
implementation ("org.helenus:helenus-examples:3.0.4")
'org.helenus:helenus-examples:jar:3.0.4'
<dependency org="org.helenus" name="helenus-examples" rev="3.0.4">
<artifact name="helenus-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-examples', version='3.0.4')
)
libraryDependencies += "org.helenus" % "helenus-examples" % "3.0.4"
[org.helenus/helenus-examples "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.commons : commons-collections4 | jar | 4.1 |
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.helenus : helenus-commons | jar | 3.0.4 |
org.helenus : helenus-api | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |