You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,17 @@ Oracle R2DBC can be built from source using Maven:
25
25
26
26
`mvn clean install -DskipTests=true`
27
27
28
-
> The build is not yet available on the Maven Central Repository. It will be published there soon.
29
-
30
28
> Omitting -DskipTests=true from the command above will execute the test suite, where end-to-end tests connect to an Oracle Database instance. The connection configuration is read from [src/test/resources/config.properties](src/test/resources/example-config.properties).
31
29
30
+
Artifacts can also be found on Maven Central.
31
+
```
32
+
<dependency>
33
+
<groupId>com.oracle.database.r2dbc</groupId>
34
+
<artifactId>oracle-r2dbc</artifactId>
35
+
<version>${version}</version>
36
+
</dependency>
37
+
```
38
+
32
39
Oracle R2DBC is compatible with JDK 11 (or newer), and has the following runtime dependencies:
0 commit comments