This commit is contained in:
lvmoe 2022-03-16 09:14:49 +01:00 committed by GitHub
commit 2c7b54bb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,18 @@ In order to include the lib and its dependencies in a Maven project, the reposit
and the dependency tag for your pom is as follows: and the dependency tag for your pom is as follows:
```xml ```xml
<dependency> <dependencies>
<groupId>it.geosolutions</groupId> <dependency>
<artifactId>geoserver-manager</artifactId> <groupId>it.geosolutions</groupId>
<version>1.7.0</version> <artifactId>geoserver-manager</artifactId>
</dependency> <version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0-alpha6</version>
</dependency>
</dependencies>
``` ```
### Direct Link to JAR ### Direct Link to JAR
If you are simply looking for the JAR to download and use you can find it [here](http://maven.geo-solutions.it/it/geosolutions/geoserver-manager/1.7.0/geoserver-manager-1.7.0.jar). If you are simply looking for the JAR to download and use you can find it [here](http://maven.geo-solutions.it/it/geosolutions/geoserver-manager/1.7.0/geoserver-manager-1.7.0.jar).