![JAR search and dependency download from the Maven repository](/logo.png)
com.thinkaurelius.titan.hadoop.tinkerpop.gremlin.Version Maven / Gradle / Ivy
package com.thinkaurelius.titan.hadoop.tinkerpop.gremlin;
import java.io.IOException;
/**
* @author Marko A. Rodriguez (http://markorodriguez.com)
*/
public class Version {
public static void main(final String[] arguments) throws IOException {
System.out.println("titan.hadoop " + com.thinkaurelius.titan.graphdb.configuration.TitanConstants.VERSION);
System.out.println("gremlin " + com.tinkerpop.gremlin.Tokens.VERSION);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy