You can download example-common-0.3.0.jar in this page.
Open Source
example-common-0.3.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.janusgraph/example-common/pom.properties META-INF/maven/org.janusgraph/example-common/pom.xml org.janusgraph.example.GraphApp.class org.janusgraph.example.JanusGraphApp.class
example-common-0.3.0.pom file content.
<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>org.janusgraph</groupId> <artifactId>janusgraph-examples</artifactId> <version>0.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>example-common</artifactId> <name>Example-Common: Common Graph Code for Examples</name> <url>http://janusgraph.org</url> <dependencies> <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> <version>${project.version}</version> </dependency> </dependencies> <properties> <example.main.class>org.janusgraph.example.JanusGraphApp</example.main.class> <example.config>${project.basedir}/conf/jgex-inmemory.properties</example.config> </properties> </project>
<dependency> <groupId>org.janusgraph</groupId> <artifactId>example-common</artifactId> <version>0.3.0</version> </dependency>
If you think the following example-common-0.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download example-common-0.3.0.jar file