Skip to content

Commit d0f38e0

Browse files
authored
Update README.md
1 parent 20b1bb1 commit d0f38e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ See the [Oracle as a Document Store](http://www.oracle.com/technetwork/database/
2323

2424
### Getting started
2525

26+
To obtain the latest SODA jar and its dependencies, use these Maven coordinates:
27+
28+
<dependency>
29+
<groupId>com.oracle.database.soda</groupId>
30+
<artifactId>orajsoda</artifactId>
31+
<version>1.1.7</version>
32+
</dependency>
33+
2634
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).
2735

2836
```java

0 commit comments

Comments
 (0)