Class MavenArtifactFetcher

java.lang.Object
org.robolectric.internal.dependency.MavenArtifactFetcher

public class MavenArtifactFetcher
extends Object
Class responsible for fetching artifacts from Maven. This uses a thread pool of size two in order to parallelize downloads. It uses the Sun JSSE provider for downloading due to its seamless integration with HTTPUrlConnection.