MVN

org.wso2.am.microgw : test-integration

Maven & Gradle

Apr 24, 2023
245 stars

Micro Gateway - Test Integration

<dependency>
    <groupId>org.wso2.am.microgw</groupId>
    <artifactId>test-integration</artifactId>
    <version>3.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.am.microgw : test-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.7
  • Latest Release Candidate: 2.6.0-rc1
  • Latest Beta: 3.1.0-beta
  • Latest Alpha: 3.2.0-alpha

All Versions

Choose a version of org.wso2.am.microgw : test-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
test-integration-3.2.7
test-integration-3.2.6
test-integration-3.2.5
test-integration-3.2.2
test-integration-3.2.0
test-integration-3.2.0-alpha
3.1.x
test-integration-3.1.1
test-integration-3.1.0
test-integration-3.1.0-beta
test-integration-3.1.0-alpha
test-integration-3.1.0-m2
3.0.x
test-integration-3.0.2
test-integration-3.0.0
test-integration-3.0.0-beta2
test-integration-3.0.0-beta
test-integration-3.0.0-alpha
2.7.x
test-integration-2.7.0-m2
test-integration-2.7.0-m1
2.6.x
test-integration-2.6.0
test-integration-2.6.0-rc1
test-integration-2.6.0-beta
test-integration-2.6.0-alpha
2.5.x
test-integration-2.5.1
test-integration-2.5.0-update1
test-integration-2.5.0
test-integration-2.5.0-beta
test-integration-2.5.0-aplha
test-integration-2.5.0-m1

How to add a dependency to Maven

Add the following org.wso2.am.microgw : test-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.am.microgw</groupId>
    <artifactId>test-integration</artifactId>
    <version>3.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.am.microgw : test-integration gradle dependency to your build.gradle file:

implementation 'org.wso2.am.microgw:test-integration:3.2.7'

Gradle Kotlin DSL: Add the following org.wso2.am.microgw : test-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.am.microgw:test-integration:3.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.am.microgw : test-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.am.microgw" % "test-integration" % "3.2.7"