is not current version
Last Version 3.0.4

org.helenus:helenus-junit 1.0.15

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

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus-junit
Version

Version

1.0.15
Type

Type

jar

Download helenus-junit 1.0.15


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