Skip to content

Commit e966fb9

Browse files
committed
Include docs on how to use GeoScript Groovy in a maven project
1 parent 9a6c88e commit e966fb9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,27 @@ Reading a Raster::
8989

9090
See the `web site <http://geoscript.org>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
9191

92+
You can also use GeoScript Groovy as a library. If you use Maven you will need to add OpenGeo's repository::
93+
94+
<repositories>
95+
<repository>
96+
<id>opengeo</id>
97+
<name>OpenGeo Maven Repository</name>
98+
<url>http://repo.opengeo.org</url>
99+
<snapshots>
100+
<enabled>true</enabled>
101+
</snapshots>
102+
</repository>
103+
</repositories>
104+
105+
and then include the GeoScript Groovy dependency::
106+
107+
<dependencies>
108+
<groupId>org.geoscript</groupId>
109+
<artifactId>geoscript-groovy</artifactId>
110+
<version>1.1</version>
111+
</dependencies>
112+
92113
License
93114
-------
94115
GeoScript Groovy is open source and licensed under the MIT license.

0 commit comments

Comments
 (0)