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

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

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

import picocli.CommandLine.Command;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy