MVN

com.tailrocks.jambalaya : jambalaya-tenancy-junit

Maven & Gradle

Jan 25, 2023
3 stars

jambalaya-tenancy-junit · Tenancy JUnit.

<dependency>
    <groupId>com.tailrocks.jambalaya</groupId>
    <artifactId>jambalaya-tenancy-junit</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tailrocks.jambalaya : jambalaya-tenancy-junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of com.tailrocks.jambalaya : jambalaya-tenancy-junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jambalaya-tenancy-junit-0.4.6
jambalaya-tenancy-junit-0.4.5
jambalaya-tenancy-junit-0.4.4
jambalaya-tenancy-junit-0.4.3
jambalaya-tenancy-junit-0.4.2
jambalaya-tenancy-junit-0.4.1
jambalaya-tenancy-junit-0.4.0

How to add a dependency to Maven

Add the following com.tailrocks.jambalaya : jambalaya-tenancy-junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tailrocks.jambalaya</groupId>
    <artifactId>jambalaya-tenancy-junit</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tailrocks.jambalaya : jambalaya-tenancy-junit gradle dependency to your build.gradle file:

implementation 'com.tailrocks.jambalaya:jambalaya-tenancy-junit:0.4.6'

Gradle Kotlin DSL: Add the following com.tailrocks.jambalaya : jambalaya-tenancy-junit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tailrocks.jambalaya:jambalaya-tenancy-junit:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tailrocks.jambalaya : jambalaya-tenancy-junit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tailrocks.jambalaya" % "jambalaya-tenancy-junit" % "0.4.6"