Skip to content

Commit 2552966

Browse files
authored
Update README.md
1 parent d0f38e0 commit 2552966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ See the [Oracle as a Document Store](http://www.oracle.com/technetwork/database/
2525

2626
To obtain the latest SODA jar and its dependencies, use these Maven coordinates:
2727

28+
```
2829
<dependency>
2930
<groupId>com.oracle.database.soda</groupId>
3031
<artifactId>orajsoda</artifactId>
3132
<version>1.1.7</version>
3233
</dependency>
34+
```
3335

3436
The following short code snippet illustrates working with SODA. It shows how to create a document collection, insert a document into it, and query the collection by using a unique document key and a QBE (query-by-example).
3537

0 commit comments

Comments
 (0)