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

fr.inria.jtravis.entities.BuildTool Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
package fr.inria.jtravis.entities;

/**
 * Created by urli on 22/02/2017.
 */
public enum BuildTool {
    MAVEN,
    GRADLE,
    UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy