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

[email protected]@.Application.groovy Maven / Gradle / Ivy

There is a newer version: 2023.3.0-M1
Show newest version
package @grace.codegen.defaultPackage@

import grails.boot.Grails
import groovy.transform.CompileStatic

@CompileStatic
class Application {

    static void main(String[] args) {
        Grails.run(Application, args)
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy