example-tinkergraph
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.pontusvision</groupId> <artifactId>example-tinkergraph</artifactId> <version>100.3.2.1</version> </dependency>
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.pontusvision</groupId> <artifactId>janusgraph-examples</artifactId> <version>100.3.2.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>example-tinkergraph</artifactId> <name>Example-TinkerGraph: Example with TinkerGraph</name> <url>https://janusgraph.org</url> <dependencies> <dependency> <groupId>com.pontusvision</groupId> <artifactId>example-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkergraph-gremlin</artifactId> </dependency> </dependencies> <properties> <example.main.class>org.janusgraph.example.TinkerGraphApp</example.main.class> <example.config>${project.basedir}/conf/jgex-tinkergraph.properties</example.config> </properties> </project>