volt-stream-plugin-http-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.voltdb</groupId>
<artifactId>volt-stream-plugin-http-api</artifactId>
<version>1.8.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.voltdb</groupId>
<artifactId>volt-stream-plugin-http-api</artifactId>
<version>1.8.0</version>
<name>Plugins : Http</name>
<description>VoltSP - a cloud-native framework for building streaming data pipelines.</description>
<url>https://voltactivedata.com/plugins/volt-stream-plugin-http</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt</url>
<distribution>repo</distribution>
<comments>A short and simple permissive license</comments>
</license>
</licenses>
<developers>
<developer>
<id>rmorgenstein</id>
<name>Ruth Morgenstein</name>
<email>rmorgenstein@voltdb.com</email>
<organizationUrl>https://voltactivedata.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/VoltDB/volt-stream.git/plugins/volt-stream-plugin-http</connection>
<developerConnection>scm:git:https://github.com/VoltDB/volt-stream.git/plugins/volt-stream-plugin-http</developerConnection>
<url>https://github.com/VoltDB/volt-stream/plugins/volt-stream-plugin-http</url>
</scm>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.133.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-epoll</artifactId>
<version>4.1.133.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>4.1.133.Final</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>