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

de.obqo.decycle.maven.Dependency Maven / Gradle / Ivy

package de.obqo.decycle.maven;

import lombok.Getter;
import lombok.Setter;

/**
 * Configuration class for ignored dependencies (within <ignoring></ignoring>):
 */
@Getter
@Setter
public class Dependency {

    private String from;
    private String to;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy