Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.57 KB | None | 0 0
  1.     <dependencies>
  2.         <dependency>
  3.             <groupId>org.apache.commons</groupId>
  4.             <artifactId>commons-lang3</artifactId>
  5.             <version>3.7</version>
  6.         </dependency>
  7.         <dependency>
  8.             <groupId>commons-io</groupId>
  9.             <artifactId>commons-io</artifactId>
  10.             <version>2.6</version>
  11.         </dependency>
  12.         <dependency>
  13.             <groupId>org.apache.commons</groupId>
  14.             <artifactId>commons-collections4</artifactId>
  15.             <version>4.1</version>
  16.         </dependency>
  17.     </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement