package bael.test

@Grab('junit')
@Log

class Test {

    static void main(String[] args) {
        log.info "Test..."
    }

}