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

info.kwarc.sally4.mhw.base.IMathHubTool Maven / Gradle / Ivy

The newest version!
package info.kwarc.sally4.mhw.base;

import org.apache.felix.ipojo.ComponentInstance;

public interface IMathHubTool {
	String getName();
	String getId();
	String [] getVersions();
	ComponentInstance createInstance(String version, String mhwid);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy