No description
Find a file
2018-02-27 11:39:04 +01:00
config/checkstyle initial commit 2017-07-24 16:02:50 +02:00
gradle remove serialization, add some more convenience to URL 2018-02-27 11:39:04 +01:00
net-url remove serialization, add some more convenience to URL 2018-02-27 11:39:04 +01:00
.gitignore created a net-url subpackage 2017-12-31 00:11:10 +01:00
build.gradle remove serialization, add some more convenience to URL 2018-02-27 11:39:04 +01:00
gradle.properties remove serialization, add some more convenience to URL 2018-02-27 11:39:04 +01:00
gradlew initial commit 2017-07-24 16:02:50 +02:00
gradlew.bat initial commit 2017-07-24 16:02:50 +02:00
LICENSE.txt initial commit 2017-07-24 16:02:50 +02:00
README.adoc created a net-url subpackage 2017-12-31 00:11:10 +01:00
settings.gradle created a net-url subpackage 2017-12-31 00:11:10 +01:00

# Network classes for Java

## Net-url: Uniform Resource Locator implementation

image:https://api.travis-ci.org/xbib/net-url.svg[title="Build status", link="https://travis-ci.org/xbib/net-url/"]
image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Anet/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Anet-url"]
image:https://maven-badges.herokuapp.com/maven-central/org.xbib/net-url/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20net-url"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"]
image:https://img.shields.io/twitter/url/https/twitter.com/xbib.svg?style=social&label=Follow%20%40xbib[title="Twitter", link="https://twitter.com/xbib"]


# License

Copyright (C) 2018 Jörg Prante

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

# Donations

Donations are welcome as a small thanks if you find this software useful.

image:https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[title="PayPal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVHFQYZ9WZ8HG"]