MVN

org.jboss.arquillian.container : arquillian-wlp-managed-8.5

Maven & Gradle

Jul 05, 2018
3 usages

Arquillian Container WebSphere Liberty Profile Managed 8.5 · WebSphere Liberty Profile 8.5 Managed Container integration for the Arquillian Project

<dependency>
    <groupId>org.jboss.arquillian.container</groupId>
    <artifactId>arquillian-wlp-managed-8.5</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.arquillian.container : arquillian-wlp-managed-8.5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Beta: 1.0.0.Beta2
  • Latest Alpha: 1.0.0.Alpha2

All Versions

Choose a version of org.jboss.arquillian.container : arquillian-wlp-managed-8.5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
arquillian-wlp-managed-8.5-1.0.0
arquillian-wlp-managed-8.5-1.0.0.CR1
arquillian-wlp-managed-8.5-1.0.0.Beta2
arquillian-wlp-managed-8.5-1.0.0.Beta1
arquillian-wlp-managed-8.5-1.0.0.Alpha2

How to add a dependency to Maven

Add the following org.jboss.arquillian.container : arquillian-wlp-managed-8.5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.arquillian.container</groupId>
    <artifactId>arquillian-wlp-managed-8.5</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.arquillian.container : arquillian-wlp-managed-8.5 gradle dependency to your build.gradle file:

implementation 'org.jboss.arquillian.container:arquillian-wlp-managed-8.5:1.0.0'

Gradle Kotlin DSL: Add the following org.jboss.arquillian.container : arquillian-wlp-managed-8.5 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.arquillian.container:arquillian-wlp-managed-8.5:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.arquillian.container : arquillian-wlp-managed-8.5 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.arquillian.container" % "arquillian-wlp-managed-8.5" % "1.0.0"