You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,27 @@ Reading a Raster::
89
89
90
90
See the `web site <http://geoscript.org>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
91
91
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
+
92
113
License
93
114
-------
94
115
GeoScript Groovy is open source and licensed under the MIT license.
0 commit comments