![JAR search and dependency download from the Maven repository](/logo.png)
com.gkutiel.github.flip.graph.Properties Maven / Gradle / Ivy
package com.gkutiel.github.flip.graph;
import java.util.Map;
public interface Properties {
Map getProperties();
String getProperty(String key);
void setProperty(String key, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy