janusgraph-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.yuqizhush.graph.janusgraph</groupId>
<artifactId>janusgraph-common</artifactId>
<version>1.0.9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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.github.yuqizhush.graph</groupId>
<artifactId>graph-janusgraph</artifactId>
<version>1.0.9</version>
</parent>
<groupId>io.github.yuqizhush.graph.janusgraph</groupId>
<artifactId>janusgraph-common</artifactId>
<version>1.0.9</version>
<packaging>jar</packaging>
<description>The Sub-Module JanusGraph-Common Of Graph</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.yuqizhush.graph</groupId>
<artifactId>graph-common</artifactId>
</dependency>
</dependencies>
</project>