![JAR search and dependency download from the Maven repository](/logo.png)
com.exaroton.api.server.ServerLog Maven / Gradle / Ivy
package com.exaroton.api.server;
public class ServerLog {
private final String content;
public ServerLog(String content) {
this.content = content;
}
public String getContent() {
return content;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy