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

com.github.gv2011.m2t.Scope Maven / Gradle / Ivy

The newest version!
package com.github.gv2011.m2t;

import com.github.gv2011.util.StringUtils;

public enum Scope {
  COMPILE, RUNTIME;
  @Override
  public String toString(){return StringUtils.toLowerCase(name());}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy