MVN

fish.payara.arquillian : payara-client-ee9

Maven & Gradle

Mar 22, 2023
1 usages
3 stars

Payara EE 9 client libs · Payara Container integrations for the Arquillian Project. Based on the JBoss GlassFish container integrations.

<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>payara-client-ee9</artifactId>
    <version>3.0.alpha8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.alpha8
  • Latest Alpha: 3.0.alpha8

All Versions

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

Version Vulnerabilities Updated
3.0.x
payara-client-ee9-3.0.alpha8
payara-client-ee9-3.0.alpha7
payara-client-ee9-3.0.alpha6
payara-client-ee9-3.0.alpha5
payara-client-ee9-3.0.alpha3
payara-client-ee9-3.0.alpha2

How to add a dependency to Maven

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

<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>payara-client-ee9</artifactId>
    <version>3.0.alpha8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fish.payara.arquillian:payara-client-ee9:3.0.alpha8'

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

implementation("fish.payara.arquillian:payara-client-ee9:3.0.alpha8")

How to add a dependency to SBT Scala

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

libraryDependencies += "fish.payara.arquillian" % "payara-client-ee9" % "3.0.alpha8"