is not current version
Last Version 1.0.9

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

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

GroupId

GroupId

com.ca.apim.gateway
ArtifactId

ArtifactId

gateway-export-plugin
Version

Version

1.0.2
Type

Type

jar

Download gateway-export-plugin 1.0.2


<!-- https://jarcasting.com/artifacts/com.ca.apim.gateway/gateway-export-plugin/ -->
<dependency>
    <groupId>com.ca.apim.gateway</groupId>
    <artifactId>gateway-export-plugin</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ca.apim.gateway/gateway-export-plugin/
implementation 'com.ca.apim.gateway:gateway-export-plugin:1.0.2'
// https://jarcasting.com/artifacts/com.ca.apim.gateway/gateway-export-plugin/
implementation ("com.ca.apim.gateway:gateway-export-plugin:1.0.2")
'com.ca.apim.gateway:gateway-export-plugin:jar:1.0.2'
<dependency org="com.ca.apim.gateway" name="gateway-export-plugin" rev="1.0.2">
  <artifact name="gateway-export-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ca.apim.gateway', module='gateway-export-plugin', version='1.0.2')
)
libraryDependencies += "com.ca.apim.gateway" % "gateway-export-plugin" % "1.0.2"
[com.ca.apim.gateway/gateway-export-plugin "1.0.2"]