Merge 5ac2306084 into d518e9e5a4
This commit is contained in:
commit
2c7b54bb0b
@ -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
|
||||||
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>it.geosolutions</groupId>
|
<groupId>it.geosolutions</groupId>
|
||||||
<artifactId>geoserver-manager</artifactId>
|
<artifactId>geoserver-manager</artifactId>
|
||||||
<version>1.7.0</version>
|
<version>1.7.0</version>
|
||||||
</dependency>
|
</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).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user