![JAR search and dependency download from the Maven repository](/logo.png)
net.intelie.liverig.witsml.WITSMLBaseMsg Maven / Gradle / Ivy
The newest version!
package net.intelie.liverig.witsml;
public abstract class WITSMLBaseMsg {
public static String getBaseMsg(short result) {
// TODO implement correctly
return String.valueOf(result);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy