Advertisement
Guest User

JaxRS_JERSY_POM_XML

a guest
Sep 3rd, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!-- Jax-RS implementation using JERSEY -->
  2. <!-- SOURCE: Andre Mantei @0:43 -->
  3. <!-- https://www.youtube.com/watch? -->
  4. <!-- v=ac_DFgz8yFk -->
  5. <!-- JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ -->
  6. <dependency>
  7. <groupId>com.sun.jersey</groupId>
  8. <artifactId>jersey-bundle</artifactId>
  9. <version>1.18</version>
  10. </dependency>
  11.  
  12. <dependency>
  13. <groupId>com.sun.jersey</groupId>
  14. <artifactId>jersey-core</artifactId>
  15. <version>1.8</version>
  16. </dependency>
  17.  
  18. <dependency>
  19. <groupId>asm</groupId>
  20. <artifactId>asm</artifactId>
  21. <version>3.3.1</version>
  22. </dependency>
  23.  
  24. <dependency>
  25. <groupId>com.google.code.gson</groupId>
  26. <artifactId>gson</artifactId>
  27. <version>2.2.4</version>
  28. </dependency>
  29. <!-- JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement