arangodb-tinkerpop-provider
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.arangodb</groupId> <artifactId>arangodb-tinkerpop-provider</artifactId> <version>3.0.1</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>com.arangodb</groupId> <artifactId>arangodb-tinkerpop-provider</artifactId> <version>3.0.1</version> <name>arangodb-tinkerpop-provider</name> <description>Tinkerpop Provider for ArangoDB</description> <url>https://github.com/arangodb/arangodb-tinkerpop-provider</url> <inceptionYear>2013</inceptionYear> <organization> <name>ArangoDB GmbH</name> <url>https://www.arangodb.com</url> </organization> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rashtao</id> <name>Michele Rastelli</name> <url>https://github.com/rashtao</url> </developer> <developer> <id>gschwab</id> <name>gschwab</name> <url>https://github.com/gschwab</url> </developer> <developer> <id>scottashton</id> <name>scottashton</name> <url>https://github.com/scottashton</url> </developer> <developer> <id>a-brandt</id> <name>a-brandt</name> <url>https://github.com/a-brandt</url> </developer> <developer> <id>arcanefoam</id> <name>Horacio Hoyos Rodriguez</name> <url>https://github.com/arcanefoam</url> </developer> </developers> <contributors> <contributor> <name>Joshua Shinavier</name> <email>josh@fortytwo.net</email> <url>http://fortytwo.net</url> </contributor> <contributor> <name>Michael Pollmeier</name> <email>michael@michaelpollmeier.com</email> <url>http://michaelpollmeier.com</url> </contributor> <contributor> <name>Pieter Martin</name> <email>pieter.martin@gmail.com</email> <url>http://umlg.org</url> </contributor> <contributor> <name>Matt Frantz</name> <email>matthew.h.frantz@gmail.com</email> <url>https://github.com/mhfrantz</url> </contributor> <contributor> <name>Jason Plurad</name> <email>pluradj@gmail.com</email> <url>https://github.com/pluradj</url> </contributor> <contributor> <name>Dylan Millikin</name> <email>dylan.millikin@gmail.com</email> <url>https://github.com/PommeVerte</url> </contributor> <contributor> <name>Ted Wilmes</name> <email>twilmes@gmail.com</email> <url>https://github.com/twilmes</url> </contributor> <contributor> <name>Harsh Thakkar</name> <email>harsh9t@gmail.com</email> <organization>University of Bonn</organization> <organizationUrl>http://harshthakkar.in</organizationUrl> </contributor> <contributor> <name>Dharmen Punjani</name> <email>dharmen.punjani@gmail.com</email> <organization>National and Kapodistrian University of Athens</organization> <organizationUrl>http://wdaqua.eu/students/dharmen-punjani</organizationUrl> </contributor> </contributors> <mailingLists> <mailingList> <name>Users</name> <subscribe>http://groups.google.com/group/gremlin-users</subscribe> <unsubscribe>http://groups.google.com/group/gremlin-users</unsubscribe> <archive>http://groups.google.com/group/gremlin-users/topics</archive> </mailingList> <mailingList> <name>Developers</name> <subscribe>dev-subscribe@tinkerpop.apache.org</subscribe> <unsubscribe>dev-unsubscribe@tinkerpop.apache.org</unsubscribe> <archive>dev-digest-subscribe@tinkerpop.apache.org</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:https://github.com/arangodb/arangodb-tinkerpop-provider.git</connection> <developerConnection>scm:git:git@github.com:arangodb/arangodb-tinkerpop-provider.git</developerConnection> <url>https://github.com/arangodb/arangodb-tinkerpop-provider</url> </scm> <distributionManagement> <repository> <id>central</id> <url>https://central.sonatype.com/repository/maven-releases/</url> </repository> <snapshotRepository> <id>central-snapshots</id> <url>https://central.sonatype.com/repository/maven-snapshots/</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-core</artifactId> <version>3.7.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arangodb</groupId> <artifactId>arangodb-java-driver-shaded</artifactId> <version>7.22.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arangodb</groupId> <artifactId>jackson-serde-json</artifactId> <version>7.22.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arangodb</groupId> <artifactId>jackson-serde-vpack</artifactId> <version>7.22.0</version> <scope>provided</scope> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>central-snapshots</id> <url>https://central.sonatype.com/repository/maven-snapshots/</url> </repository> <repository> <releases> <enabled>false</enabled> </releases> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>https://repository.apache.org/snapshots</url> </repository> </repositories> </project>