MVN

org.helenus : helenus-commons-test

Maven & Gradle

Mar 08, 2017
1 usages
0 stars

Helenus Common Test Utilities · JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - Common Test Utilities

<dependency>
    <groupId>org.helenus</groupId>
    <artifactId>helenus-commons-test</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.helenus : helenus-commons-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of org.helenus : helenus-commons-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
helenus-commons-test-3.0.4
helenus-commons-test-3.0.3
helenus-commons-test-3.0.2
helenus-commons-test-3.0.1
1.0.x
helenus-commons-test-1.0.17
helenus-commons-test-1.0.16
helenus-commons-test-1.0.15
helenus-commons-test-1.0.14
helenus-commons-test-1.0.13
helenus-commons-test-1.0.12

How to add a dependency to Maven

Add the following org.helenus : helenus-commons-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.helenus</groupId>
    <artifactId>helenus-commons-test</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.helenus : helenus-commons-test gradle dependency to your build.gradle file:

implementation 'org.helenus:helenus-commons-test:3.0.4'

Gradle Kotlin DSL: Add the following org.helenus : helenus-commons-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.helenus:helenus-commons-test:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.helenus : helenus-commons-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.helenus" % "helenus-commons-test" % "3.0.4"

Advertisement