MVN

com.cognodyne.riptide : junit5-test

Maven & Gradle

Jan 16, 2023

Riptide · Opinionated Undertow + CDI Microservice platform

<dependency>
    <groupId>com.cognodyne.riptide</groupId>
    <artifactId>junit5-test</artifactId>
    <version>0.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cognodyne.riptide : junit5-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.8

All Versions

Choose a version of com.cognodyne.riptide : junit5-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
junit5-test-0.4.8

How to add a dependency to Maven

Add the following com.cognodyne.riptide : junit5-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cognodyne.riptide</groupId>
    <artifactId>junit5-test</artifactId>
    <version>0.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cognodyne.riptide : junit5-test gradle dependency to your build.gradle file:

implementation 'com.cognodyne.riptide:junit5-test:0.4.8'

Gradle Kotlin DSL: Add the following com.cognodyne.riptide : junit5-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cognodyne.riptide:junit5-test:0.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cognodyne.riptide : junit5-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cognodyne.riptide" % "junit5-test" % "0.4.8"