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}
<% } %>