package org.argeo.slc.deploy; import org.argeo.slc.build.Distribution; public interface Module extends DeployedSystem { public String getName(); public String getVersion(); }