io.quarkiverse.openfga.client.model.Defaults Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-openfga-client-model Show documentation
Show all versions of quarkus-openfga-client-model Show documentation
OpenFGA Client API model classes
The newest version!
package io.quarkiverse.openfga.client.model;
public interface Defaults {
public static final String SCHEMA_VERSION = "1.1";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy