Skip to content

Commit 1792c8a

Browse files
authored
Update Getting-started-example.md
1 parent 289af13 commit 1792c8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Getting-started-example.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,14 @@ To compile and run SODA for Java application you will need the orajsoda-version.
159159

160160
You can obtain the latest SODA for Java jar and its dependencies using these Maven coordinates:
161161

162+
```
162163
<!-- https://mvnrepository.com/artifact/com.oracle.database.soda/orajsoda -->
163164
<dependency>
164165
<groupId>com.oracle.database.soda</groupId>
165166
<artifactId>orajsoda</artifactId>
166167
<version>1.1.4</version>
167168
</dependency>
169+
```
168170

169171
If you need to download the SODA jar and the dependencies manually, you can do that as follows:
170172

0 commit comments

Comments
 (0)