voltdb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.voltdb</groupId> <artifactId>voltdb</artifactId> <version>10.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>voltdb</artifactId> <version>10.1.1</version> <name>voltdb</name> <description>VoltDB server libraries</description> <url>http://www.voltdb.com/</url> <licenses> <license> <name>GNU Affero General Public License Version 3</name> <url>http://www.gnu.org/licenses/agpl.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rmorgenstein</id> <name>Ruth Morgenstein</name> <email>rmorgenstein@voltdb.com</email> <organizationUrl>http://www.voltdb.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git@github.com:VoltDB/voltdb.git</connection> <developerConnection>scm:git@github.com:VoltDB/voltdb.git</developerConnection> <url>git@github.com:VoltDB/voltdb.git</url> </scm> <dependencies> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.43.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> <version>2.0.34.Final</version> <scope>runtime</scope> </dependency> </dependencies> </project>