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

groovy.lang.GroovyCodeSource Maven / Gradle / Ivy

package groovy.lang;

import java.io.File;

public class GroovyCodeSource {
    public GroovyCodeSource(File infile) {
    }
    public GroovyCodeSource(File infile, String encoding) {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy