com.github.httpmock.exec.ApplicationServerRunnerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mock-http-server-exec Show documentation
Show all versions of mock-http-server-exec Show documentation
Mock HTTP Server - Executable
The newest version!
package com.github.httpmock.exec;
public class ApplicationServerRunnerFactory {
public ApplicationServerRunner create(Configuration config) {
return new ApplicationServerRunner(config);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy