net.aequologica.neo.dagr.Scope Maven / Gradle / Ivy
The newest version!
package net.aequologica.neo.dagr;
import com.fasterxml.jackson.annotation.JsonProperty;
public enum Scope {
@JsonProperty("JOB") JOB,
@JsonProperty("RELEASE") RELEASE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy