MVN

org.wso2.am.microgw : mgw-interceptor

Maven & Gradle

Apr 24, 2023
3 usages
245 stars

Micro Gateway - Java Interceptor

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

Latest Version

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

  • Latest Stable: 3.2.7
  • Latest Beta: 3.1.0-beta
  • Latest Alpha: 3.2.0-alpha

All Versions

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

Version Vulnerabilities Updated
3.2.x
mgw-interceptor-3.2.7
mgw-interceptor-3.2.6
mgw-interceptor-3.2.5
mgw-interceptor-3.2.2
mgw-interceptor-3.2.0
mgw-interceptor-3.2.0-alpha
3.1.x
mgw-interceptor-3.1.1
mgw-interceptor-3.1.0
mgw-interceptor-3.1.0-beta
mgw-interceptor-3.1.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.am.microgw</groupId>
    <artifactId>mgw-interceptor</artifactId>
    <version>3.2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wso2.am.microgw:mgw-interceptor:3.2.7'

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

implementation("org.wso2.am.microgw:mgw-interceptor:3.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wso2.am.microgw" % "mgw-interceptor" % "3.2.7"

Advertisement