Advertisement
sergAccount

Untitled

Apr 4th, 2021
734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1.  <dependencies>
  2.         <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
  3.         <dependency>
  4.             <groupId>org.postgresql</groupId>
  5.             <artifactId>postgresql</artifactId>
  6.             <version>42.2.19</version>
  7.         </dependency>        
  8.     </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement