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

com.tinkerpop.gremlin.Version Maven / Gradle / Ivy

package com.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("gremlin " + Tokens.VERSION);
    }
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy