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

io.quarkiverse.authzed.Relationship Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.authzed;

import io.quarkiverse.authzed.relationship.Create;
import io.quarkiverse.authzed.relationship.Delete;
import picocli.CommandLine.Command;

@Command(name = "relationship", sortOptions = false, mixinStandardHelpOptions = false, header = "Authzed relationships", subcommands = {
        Create.class, Delete.class })
public class Relationship {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy