com.iovation.launchkey.sdk.example.cli.DemoApp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-examples-cli Show documentation
Show all versions of sdk-examples-cli Show documentation
Example application for using the LaunchKey SDK in a CLI application
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