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

com.github.ksoichiro.eclipse.aar.generator.ClasspathFileGenerator.groovy Maven / Gradle / Ivy

The newest version!
package com.github.ksoichiro.eclipse.aar.generator

class ClasspathFileGenerator extends MetaDataFileGenerator {
    @Override
    String generateContent(File file) {
        """\
        |
        |
        |\t
        |\t
        |\t
        |\t
        |\t
        |
        |""".stripMargin()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy