MVN

fish.payara.arquillian : integration-tests

Maven & Gradle

Oct 28, 2022
2 stars
<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>integration-tests</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fish.payara.arquillian : integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5
  • Latest Alpha: 3.0.alpha7

All Versions

Choose a version of fish.payara.arquillian : integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
integration-tests-3.0.alpha7
integration-tests-3.0.alpha6
integration-tests-3.0.alpha3
integration-tests-3.0.alpha2
2.5
integration-tests-2.5
2.4.x
integration-tests-2.4.6
integration-tests-2.4.5
integration-tests-2.4.4
integration-tests-2.4.3
integration-tests-2.4.2
integration-tests-2.4.1
2.4
integration-tests-2.4
2.3.x
integration-tests-2.3.3
integration-tests-2.3.1
2.3
integration-tests-2.3
2.2
integration-tests-2.2
2.1
integration-tests-2.1
2.0
integration-tests-2.0

How to add a dependency to Maven

Add the following fish.payara.arquillian : integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>integration-tests</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fish.payara.arquillian : integration-tests gradle dependency to your build.gradle file:

implementation 'fish.payara.arquillian:integration-tests:2.5'

Gradle Kotlin DSL: Add the following fish.payara.arquillian : integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("fish.payara.arquillian:integration-tests:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following fish.payara.arquillian : integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "fish.payara.arquillian" % "integration-tests" % "2.5"