From 9fd60020ddb2ffc848058fe73bea77dd95125ae0 Mon Sep 17 00:00:00 2001 From: Per Abich <409466+flyhard@users.noreply.github.com> Date: Mon, 15 Oct 2018 14:32:37 +0200 Subject: [PATCH] Added documentation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 167ca35..32298ea 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,19 @@ The library provides some proxy setting search strategies to read the proxy sett * I don't like the Windows DLL and usage of JNI. Replaced both by JNA. ## Usage +### Adding the jar to your build +Add the dependency to your pom.xml +```Xml + + com.github.markusbernhardt + proxy-vole + 1.0.5 + +``` +or to you gradle.build: +``` +compile 'com.github.markusbernhardt:proxy-vole:1.0.5' +``` ### Using the default strategy to find the settings ```Java