MVN

com.github.dov-vlaanderen : geoserver-manager

Maven & Gradle

Oct 22, 2021
1 usages
248 stars

GeoServer Manager - REST based · 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.

<dependency>
    <groupId>com.github.dov-vlaanderen</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dov-vlaanderen : geoserver-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.5

All Versions

Choose a version of com.github.dov-vlaanderen : geoserver-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
geoserver-manager-1.8.5
geoserver-manager-1.8.4
geoserver-manager-1.8.2
geoserver-manager-1.8.1
geoserver-manager-1.8.0
1.8
geoserver-manager-1.8

How to add a dependency to Maven

Add the following com.github.dov-vlaanderen : geoserver-manager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dov-vlaanderen</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dov-vlaanderen : geoserver-manager gradle dependency to your build.gradle file:

implementation 'com.github.dov-vlaanderen:geoserver-manager:1.8.5'

Gradle Kotlin DSL: Add the following com.github.dov-vlaanderen : geoserver-manager gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dov-vlaanderen:geoserver-manager:1.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dov-vlaanderen : geoserver-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dov-vlaanderen" % "geoserver-manager" % "1.8.5"

Advertisement