MVN

org.apache.knox : gateway-spi

Maven & Gradle

Feb 24, 2023
72 usages

gateway-spi · The Service Provider Interface for extending the capabilities of the gateway.

<dependency>
    <groupId>org.apache.knox</groupId>
    <artifactId>gateway-spi</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.knox : gateway-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.apache.knox : gateway-spi to add to Maven or Gradle - All Versions:

  • Version Updated
  • gateway-spi-2.0.0

    Feb 24, 2023
  • gateway-spi-1.6.1

    Jan 12, 2022
  • gateway-spi-1.6.0

    Nov 04, 2021
  • gateway-spi-1.5.0

    Dec 06, 2020
  • gateway-spi-1.4.0

    Apr 26, 2020
  • gateway-spi-1.3.0

    Jul 23, 2019
  • gateway-spi-1.2.0

    Dec 17, 2018
  • gateway-spi-1.1.0

    Jul 29, 2018
  • gateway-spi-1.0.0

    Feb 06, 2018
  • gateway-spi-0.14.0

    Dec 13, 2017
  • gateway-spi-0.13.0

    Aug 19, 2017
  • gateway-spi-0.12.0

    Mar 20, 2017
  • gateway-spi-0.11.0

    Dec 28, 2016
  • gateway-spi-0.10.0

    Nov 07, 2016
  • gateway-spi-0.9.1

    Aug 04, 2016
  • gateway-spi-0.9.0

    Apr 21, 2016
  • gateway-spi-0.8.0

    Feb 04, 2016
  • gateway-spi-0.7.0

    Dec 23, 2015
  • gateway-spi-0.6.0

    Apr 30, 2015
  • gateway-spi-0.5.1

    Jan 21, 2015
  • gateway-spi-0.5.0

    Nov 07, 2014

How to add a dependency to Maven

Add the following org.apache.knox : gateway-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.knox</groupId>
    <artifactId>gateway-spi</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.knox : gateway-spi gradle dependency to your build.gradle file:

implementation 'org.apache.knox:gateway-spi:2.0.0'

Gradle Kotlin DSL: Add the following org.apache.knox : gateway-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.knox:gateway-spi:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.knox : gateway-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.knox" % "gateway-spi" % "2.0.0"