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

it.auties.protobuf.schema.command.BaseCommand Maven / Gradle / Ivy

package it.auties.protobuf.schema.command;

import picocli.CommandLine.Command;

@Command(
        mixinStandardHelpOptions = true,
        version = "ModernProtobuf 3.4.1",
        description = "A custom implementation of protobuf written in Java 17",
        subcommands = {GenerateCommand.class, UpdateCommand.class}
)
public class BaseCommand {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy