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

org.codehaus.groovy.tools.template.package-frame.html Maven / Gradle / Ivy

The newest version!





${packageName} (Java 2 Platform SE 5.0)



<%
def path = '..'
packageName.count('.').times {
    path += ('/..')
}
%>







${packageName}


Classes  <% classes.each { %>
${it} <% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy