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

it.auties.protobuf.commands.BaseCommand Maven / Gradle / Ivy

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

import picocli.CommandLine.Command;

@Command(mixinStandardHelpOptions = true, version = "Protobuf4j 1.0", description = "A custom implementation of protobuf written in Java 16", subcommands = {GenerateSchemaCommand.class, DecodeCommand.class})
public class BaseCommand {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy