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

aQute.bnd.connection.settings.SettingsDTO Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.bnd.connection.settings;

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

import aQute.bnd.util.dto.DTO;

public class SettingsDTO extends DTO {
	public List	proxies	= new ArrayList<>();
	public List	servers	= new ArrayList<>();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy