Skip to content

Commit 53ebbc5

Browse files
authored
Update README.md
1 parent 2552966 commit 53ebbc5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ 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-
```
29-
<dependency>
30-
<groupId>com.oracle.database.soda</groupId>
31-
<artifactId>orajsoda</artifactId>
32-
<version>1.1.7</version>
33-
</dependency>
34-
```
28+
**Group id:** com.oracle.database.soda
29+
**Artifact id:** orajsoda
30+
**Version:** 1.1.7
3531

3632
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).
3733

0 commit comments

Comments
 (0)