![JAR search and dependency download from the Maven repository](/logo.png)
gherkin.formatter.Format Maven / Gradle / Ivy
package gherkin.formatter;
public interface Format {
String text(String text);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package gherkin.formatter;
public interface Format {
String text(String text);
}