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

com.ontology2.ShowVersionNumber Maven / Gradle / Ivy

package com.ontology2;
import com.ontology2.centipede.shell.CommandLineApplication;
import org.springframework.stereotype.Component;

@Component("showVersionNumber")
public class ShowVersionNumber extends CommandLineApplication {
    @Override
    protected void _run(String[] arguments) {
        System.out.println(com.ontology2.Version.get());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy