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

fr.bmartel.javacard.extension.TestDependencies.groovy Maven / Gradle / Ivy

The newest version!
package fr.bmartel.javacard.extension

class TestDependencies {

    /**
     * list of dependencies to compile.
     */
    List dependencies = []

    void compile(String dependency) {
        dependencies.add(dependency)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy