![JAR search and dependency download from the Maven repository](/logo.png)
com.eshore.uas.system.IStaticKey Maven / Gradle / Ivy
package com.eshore.uas.system;
public interface IStaticKey {
String getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.eshore.uas.system;
public interface IStaticKey {
String getKey();
}