org.octopusden.octopus.components.registry.api.SubComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of components-registry-api Show documentation
Show all versions of components-registry-api Show documentation
Octopus module: components-registry-api
The newest version!
package org.octopusden.octopus.components.registry.api;
import java.util.Map;
public interface SubComponent extends VersionedComponentConfiguration {
String getName();
Map getVersions();
}