Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce5624c

Browse files
committed
Added actual version
1 parent 21668e2 commit ce5624c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ This is a collection of classes, that makes it easy to access the [utPLSQL v3](h
1111

1212
This is a Maven Library project, you can add on your Java project as a dependency.
1313

14+
*Notice: You no longer need to configure an additional repository. The library is available in Maven Central since version 3.1.15.*
15+
1416
```xml
1517
<dependency>
1618
<groupId>org.utplsql</groupId>
1719
<artifactId>utplsql-java-api</artifactId>
18-
<version>3.1.10</version>
20+
<version>3.1.15</version>
1921
</dependency>
2022
```
2123

0 commit comments

Comments
 (0)