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

com.iovation.launchkey.sdk.example.cli.DemoApp Maven / Gradle / Ivy

The newest version!
package com.iovation.launchkey.sdk.example.cli;

import picocli.CommandLine;

public class DemoApp {

    public static void main(String[] args) {
        CommandLine.call(new RootCommand(), args);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy