Advertisement
Javi

REST: dependencias Jersey

Jan 20th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1.        
  2.         <dependency>
  3.             <groupId>javax.ws.rs</groupId>
  4.             <artifactId>javax.ws.rs-api</artifactId>
  5.             <version>2.0</version>
  6.         </dependency>
  7.            
  8.         <dependency>
  9.             <groupId>org.glassfish.jersey.containers</groupId>
  10.             <artifactId>jersey-container-servlet</artifactId>
  11.             <version>2.5.1</version>
  12.         </dependency>      
  13.        
  14.         <dependency>
  15.             <groupId>org.glassfish.jersey.media</groupId>
  16.             <artifactId>jersey-media-moxy</artifactId>
  17.             <version>2.5.1</version>
  18.         </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement