MVN

io.github.Arjen10 : geoserver-manager

Maven & Gradle

Aug 18, 2023
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>io.github.Arjen10</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.Arjen10 : geoserver-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of io.github.Arjen10 : geoserver-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
geoserver-manager-1.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.Arjen10</groupId>
    <artifactId>geoserver-manager</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.Arjen10 : geoserver-manager gradle dependency to your build.gradle file:

implementation 'io.github.Arjen10:geoserver-manager:1.8.0'

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

implementation("io.github.Arjen10:geoserver-manager:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.Arjen10 : geoserver-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.Arjen10" % "geoserver-manager" % "1.8.0"