Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <dependency>
  2.             <groupId>org.jsoup</groupId>
  3.             <artifactId>jsoup</artifactId>
  4.             <version>1.11.3</version>
  5.         </dependency>
  6.         <dependency>
  7.             <groupId>org.json</groupId>
  8.             <artifactId>json</artifactId>
  9.             <version>20180130</version></dependency>
  10.         <dependency>
  11.             <groupId>mysql</groupId>
  12.             <artifactId>mysql-connector-java</artifactId>
  13.             <version>5.1.44</version>
  14.         </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement