Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Jan 8, 2024
1 parent baca3f5 commit 1df0049
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ and add the desired module :
<plugin>
<groupId>org.orbisgis</groupId>
<artifactId>data</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</plugin>
<plugin>
<groupId>org.orbisgis</groupId>
<artifactId>process</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</plugin>
...
</plugins>
Expand All @@ -92,9 +92,9 @@ 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.0.0')
@Grab(group='org.orbisgis.data', module='postgis', version='2.0.0')
@Grab(group='org.orbisgis', module='process', version='2.0.0')
@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')
```

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

0 comments on commit 1df0049

Please sign in to comment.