Advertisement
Guest User

Untitled

a guest
Dec 31st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1. <dependencies>
  2.         <dependency>
  3.             <groupId>net.gtaun</groupId>
  4.             <artifactId>shoebill-api</artifactId>
  5.             <version>1.1-SNAPSHOT</version>
  6.             <type>jar</type>
  7.             <scope>compile</scope>
  8.         </dependency>
  9.  
  10.         <dependency>
  11.             <groupId>net.gtaun</groupId>
  12.             <artifactId>shoebill-common</artifactId>
  13.             <version>1.0-SNAPSHOT</version>
  14.             <type>jar</type>
  15.             <scope>compile</scope>
  16.         </dependency>
  17. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement