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

io.apicurio.registry.resolver.data.Metadata Maven / Gradle / Ivy

There is a newer version: 3.0.4
Show newest version
package io.apicurio.registry.resolver.data;

import io.apicurio.registry.resolver.strategy.ArtifactReference;

public interface Metadata {

    public ArtifactReference artifactReference();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy