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

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

There is a newer version: 4.5.2
Show newest version
import groovy.xml.MarkupBuilder

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

@SCRIPTBODY@

return writer.toString()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy