MVN

org.glassfish.metro : wsit-tests-e2e

Maven & Gradle

Dec 13, 2019
3 stars

Metro E2E Tests · Metro End to End Tests

<dependency>
    <groupId>org.glassfish.metro</groupId>
    <artifactId>wsit-tests-e2e</artifactId>
    <version>2.4.4-b01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.metro : wsit-tests-e2e to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.4-b01

All Versions

Choose a version of org.glassfish.metro : wsit-tests-e2e to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
wsit-tests-e2e-2.4.4-b01

How to add a dependency to Maven

Add the following org.glassfish.metro : wsit-tests-e2e maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.metro</groupId>
    <artifactId>wsit-tests-e2e</artifactId>
    <version>2.4.4-b01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.metro : wsit-tests-e2e gradle dependency to your build.gradle file:

implementation 'org.glassfish.metro:wsit-tests-e2e:2.4.4-b01'

Gradle Kotlin DSL: Add the following org.glassfish.metro : wsit-tests-e2e gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.metro:wsit-tests-e2e:2.4.4-b01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.metro : wsit-tests-e2e sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.metro" % "wsit-tests-e2e" % "2.4.4-b01"