com.codota.service.model.DependencyOrigin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codota-sdk-java Show documentation
Show all versions of codota-sdk-java Show documentation
Java SDK for working with the Codota API
package com.codota.service.model;
import com.google.gson.annotations.SerializedName;
/**
* Created by shaia on 18/06/2017.
*/
public enum DependencyOrigin {
Analysed,
@SerializedName("manual")
Manual
}