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

it.auties.protobuf.application.ModernProtocApplication Maven / Gradle / Ivy

There is a newer version: 1.16
Show newest version
package it.auties.protobuf.application;

import it.auties.protobuf.commands.BaseCommand;
import picocli.CommandLine;

public class ModernProtocApplication {
    public static void main(String... args) {
        var exitCode = new CommandLine(new BaseCommand()).execute(args);
        System.exit(exitCode);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy