All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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