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

com.github.leeonky.dal.extensions.basic.url.Methods Maven / Gradle / Ivy

There is a newer version: 0.7.4
Show newest version
package com.github.leeonky.dal.extensions.basic.url;

import java.net.MalformedURLException;
import java.net.URL;

public class Methods {
    public static URL url(CharSequence str) throws MalformedURLException {
        return new URL(str.toString());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy