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

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

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

import java.util.HashMap;

public interface IDashboardEnhancer {
	HashMap getProperties();
	HashMap getRepositoryProperties(String repoName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy