Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.github.dov-vlaanderen:geoserver-manager

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.dov-vlaanderen:geoserver-manager

GeoServer Manager is a library to interact with GeoServer The scope of this library is to have a simple API, and use as few external libs as possible.

  • 1.8.7
  • Source
  • Maven
  • Socket score

Version published
Maintainers
2
Source

geoserver-manager

Status

  • Master on travis Build Status
  • Master on Linux + OracleJDK7 Build Status
  • Master on Windows + OracleJDK7 Build Status
  • Stable on Linux + OracleJDK7 Build Status
  • Stable on Windows + OracleJDK7 Build Status

Intro

Client library written in Java to interact with GeoServer through its ReST administration interface.

The purpose of this project is to hold a ReST client library to interact with GeoServer; a requirement for this library is to depend as less as possible on external libraries. This library aims at being lean and mean.

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:

   <repository>
      <id>GeoSolutions</id>
      <url>http://maven.geo-solutions.it/</url>
   </repository>

and the dependency tag for your pom is as follows:

  <dependency>
    <groupId>it.geosolutions</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.7.0</version>
  </dependency>

If you are simply looking for the JAR to download and use you can find it here.

GeoServer Compatibility Matrix

GeoServer-Manager/GeoServer2.6.x2.7.x2.8.x2.9.x
1.6.0YYPP
1.7.0NPYY

Documentation

You can find some examples in the wiki.

License

geoserver-manager is released under a permissive MIT license. See wikipedia for more information.

Mailing Lists

For more information see this 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 funded by various organizations like UN FAO, German Space Agency (DLR) and others.

FAQs

Package last updated on 22 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc