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

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