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

org.metaeffekt.artifact.resolver.deb.ubuntu.UbuntuPoolAdapterConfig Maven / Gradle / Ivy

The newest version!
package org.metaeffekt.artifact.resolver.deb.ubuntu;

import lombok.Getter;
import lombok.Setter;

import java.util.ArrayList;
import java.util.List;

@Getter
@Setter
public class UbuntuPoolAdapterConfig {

    /**
     * Urls to include .../pool urls for pools to include in resolving.
     */
    private List poolDirs = new ArrayList<>();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy