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

it.auties.protobuf.tool.application.ProtobufApplication Maven / Gradle / Ivy

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

import it.auties.protobuf.tool.command.BaseCommand;
import picocli.CommandLine;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy