Package io.hawt.aether

Examples of io.hawt.aether.OpenMavenURL


public class MavenURLConnection extends URLConnection {
    private final OpenMavenURL connector;

    public MavenURLConnection(URL url) throws MalformedURLException {
        super(url);
        connector = new OpenMavenURL(url.getPath());
    }
View Full Code Here

TOP

Related Classes of io.hawt.aether.OpenMavenURL

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.