apiman-gateway-engine-vertx-eb-inmemory
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-gateway-engine-vertx-eb-inmemory</artifactId>
<version>3.1.3.Final</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.apiman</groupId>
<artifactId>apiman-gateway-engine</artifactId>
<version>3.1.3.Final</version>
</parent>
<artifactId>apiman-gateway-engine-vertx-eb-inmemory</artifactId>
<packaging>jar</packaging>
<name>apiman-gateway-engine-vertx-eb-inmemory</name>
<dependencies>
<!-- Project Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-common-util</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-engine-beans</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-engine-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-platforms-vertx3-common</artifactId>
</dependency>
<!-- Third Party Dependencies -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</dependency>
</dependencies>
</project>