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

restx.build.ModuleDependency Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package restx.build;

/**
 * User: xavierhanin
 * Date: 4/14/13
 * Time: 3:19 PM
 */
public class ModuleDependency {
    private final GAV gav;

    public ModuleDependency(GAV gav) {
        this.gav = gav;
    }

    public GAV getGav() {
        return gav;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy