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

org.octopusden.octopus.components.registry.api.SubComponent Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.components.registry.api;

import java.util.Map;

public interface SubComponent extends VersionedComponentConfiguration {
    String getName();
    Map getVersions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy