MVN

com.ca.apim.gateway : gateway-export-plugin

Maven & Gradle

Aug 20, 2021
9 stars

gateway-export-plugin · The gateway-export-plugin enables exporting from gateways into a format that is compatible with the gateway-developer-plugin.

<dependency>
    <groupId>com.ca.apim.gateway</groupId>
    <artifactId>gateway-export-plugin</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ca.apim.gateway : gateway-export-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.ca.apim.gateway : gateway-export-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gateway-export-plugin-1.0.9
gateway-export-plugin-1.0.8
gateway-export-plugin-1.0.7
gateway-export-plugin-1.0.6
gateway-export-plugin-1.0.4
gateway-export-plugin-1.0.3
gateway-export-plugin-1.0.2
gateway-export-plugin-1.0.0
0.10.x
gateway-export-plugin-0.10.17
gateway-export-plugin-0.10.15
gateway-export-plugin-0.10.14
gateway-export-plugin-0.10.11
gateway-export-plugin-0.10.9
gateway-export-plugin-0.10.8
gateway-export-plugin-0.10.7
gateway-export-plugin-0.10.6
gateway-export-plugin-0.10.5
gateway-export-plugin-0.10.4
gateway-export-plugin-0.10.3
gateway-export-plugin-0.10.2
gateway-export-plugin-0.10.1
0.8.x
gateway-export-plugin-0.8.8
gateway-export-plugin-0.8.7
gateway-export-plugin-0.8.6
gateway-export-plugin-0.8.5
gateway-export-plugin-0.8.4
gateway-export-plugin-0.8.3
gateway-export-plugin-0.8.2
gateway-export-plugin-0.8.1
gateway-export-plugin-0.8.0
0.7.x
gateway-export-plugin-0.7.6
gateway-export-plugin-0.7.5
gateway-export-plugin-0.7.4
gateway-export-plugin-0.7.3
gateway-export-plugin-0.7.2
gateway-export-plugin-0.7.1
gateway-export-plugin-0.7.0
0.6.x
gateway-export-plugin-0.6.66
gateway-export-plugin-0.6.65
gateway-export-plugin-0.6.64
gateway-export-plugin-0.6.63
gateway-export-plugin-0.6.62
gateway-export-plugin-0.6.61
gateway-export-plugin-0.6.57
gateway-export-plugin-0.6.55
gateway-export-plugin-0.6.52
gateway-export-plugin-0.6.42
gateway-export-plugin-0.6.41
gateway-export-plugin-0.6.39
gateway-export-plugin-0.6.37
gateway-export-plugin-0.6.36
gateway-export-plugin-0.6.35
gateway-export-plugin-0.6.34
gateway-export-plugin-0.6.33
gateway-export-plugin-0.6.31
gateway-export-plugin-0.6.30
gateway-export-plugin-0.6.29
gateway-export-plugin-0.6.28
gateway-export-plugin-0.6.25
gateway-export-plugin-0.6.24
gateway-export-plugin-0.6.21
gateway-export-plugin-0.6.19
gateway-export-plugin-0.6.18
gateway-export-plugin-0.6.17
gateway-export-plugin-0.6.15
gateway-export-plugin-0.6.14
gateway-export-plugin-0.6.13
gateway-export-plugin-0.6.12
gateway-export-plugin-0.6.11
gateway-export-plugin-0.6.10
gateway-export-plugin-0.6.9
0.5.x
gateway-export-plugin-0.5.21

How to add a dependency to Maven

Add the following com.ca.apim.gateway : gateway-export-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ca.apim.gateway</groupId>
    <artifactId>gateway-export-plugin</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ca.apim.gateway : gateway-export-plugin gradle dependency to your build.gradle file:

implementation 'com.ca.apim.gateway:gateway-export-plugin:1.0.9'

Gradle Kotlin DSL: Add the following com.ca.apim.gateway : gateway-export-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ca.apim.gateway:gateway-export-plugin:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ca.apim.gateway : gateway-export-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ca.apim.gateway" % "gateway-export-plugin" % "1.0.9"

Advertisement