We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289af13 commit 1792c8aCopy full SHA for 1792c8a
doc/Getting-started-example.md
@@ -159,12 +159,14 @@ To compile and run SODA for Java application you will need the orajsoda-version.
159
160
You can obtain the latest SODA for Java jar and its dependencies using these Maven coordinates:
161
162
+```
163
<!-- https://mvnrepository.com/artifact/com.oracle.database.soda/orajsoda -->
164
<dependency>
165
<groupId>com.oracle.database.soda</groupId>
166
<artifactId>orajsoda</artifactId>
167
<version>1.1.4</version>
168
</dependency>
169
170
171
If you need to download the SODA jar and the dependencies manually, you can do that as follows:
172
0 commit comments