Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Sep 19, 2024
1 parent 6b31725 commit 7fc3f0f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,7 @@ and add the desired module :
<plugin>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.1.0</version>
</plugin>
<plugin>
<groupId>org.orbisgis</groupId>
<artifactId>process</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</plugin>
...
</plugins>
Expand All @@ -91,10 +86,8 @@ and add the desired module :

Using Grab annotation :
``` groovy
@GrabResolver(name='orbisgis', root='https://oss.sonatype.org/content/repositories/snapshots/')
@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.0')
@Grab(group='org.orbisgis.data', module='postgis', version='2.1.0')
@Grab(group='org.orbisgis', module='process', version='2.1.0')
@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.1')
@Grab(group='org.orbisgis.data', module='postgis', version='2.1.1')
```

OrbisData encapsulates rows,columns from a database to a table or spatial table.
Expand Down

0 comments on commit 7fc3f0f

Please sign in to comment.