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

org.citrusframework.script.markup-builder-template.groovy Maven / Gradle / Ivy

The newest version!
import groovy.xml.MarkupBuilder

def writer = new StringWriter()
def markupBuilder = new MarkupBuilder(writer)

@SCRIPTBODY@

return writer.toString()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy