Skip to content

Commit 5350ab4

Browse files
Update README.md
Include maven central information
1 parent 2ed864e commit 5350ab4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,17 @@ Oracle R2DBC can be built from source using Maven:
2525

2626
`mvn clean install -DskipTests=true`
2727

28-
> The build is not yet available on the Maven Central Repository. It will be published there soon.
29-
3028
> 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).
3129
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+
3239
Oracle R2DBC is compatible with JDK 11 (or newer), and has the following runtime dependencies:
3340
- R2DBC SPI 0.8.2
3441
- Reactive Streams 1.0.3

0 commit comments

Comments
 (0)