From 9e0e9490c2bad6ae4a3d7c2b7fd6a7dd55c918e1 Mon Sep 17 00:00:00 2001 From: Simone Giannecchini Date: Sat, 16 Apr 2016 12:39:51 +0200 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 753353d..8172658 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,30 @@ The purpose of this project is to hold a ReST client library to interact with Ge For general questions about this project feel free to use the mailing lists. +## Using the library + +### Working with Maven +In order to include the lib and its dependencies in a Maven project, the repository to point at is this one: + +```xml + + GeoSolutions + http://maven.geo-solutions.it/ + +``` + +and the dependency tag for your pom is as follows: + +```xml + + it.geosolutions + geoserver-manager + 1.7.0 + +``` + +## Documentation +You can find some examples in the wiki. ## License geoserver-manager is released under a permissinve [MIT](https://opensource.org/licenses/MIT) license. See [wikipedia](https://en.wikipedia.org/wiki/MIT_License) for more information. @@ -27,5 +51,8 @@ geoserver-manager is released under a permissinve [MIT](https://opensource.org/l For more information see [this](https://github.com/geosolutions-it/geoserver-manager/wiki) page. +## Version +Current stable version is 1.7.0 ([[Changelog]]). + ## Credits The work on this library has been initiated by GeoSolutions. Over the years it has been funder by various organizations like UN FAO, German Space Agency (DLR) and others.