All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gradle.buildinit.plugins.MavenConversionIntegrationTest.remoteparent.some-thing.src.main.java.Bar Maven / Gradle / Ivy

There is a newer version: 8.6
Show newest version
import org.apache.commons.lang.StringUtils;

public class Bar {
    public String toString() {
        return StringUtils.normalizeSpace("hi  there!");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy