• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jersey 2.1.2 Maven Artifact Location

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can't seem to find the entries to put in my pom for Jersey 2.12

https://jersey.java.net/download.html

When I googled it using "Jersey 2.12 Maven" as the keywords, Google returned a package entitled getperka, is this the correct package / lib for Jersey 2.12?



The reason I ask is because I see references for glassfish and grizzly but not for just the standard reference implementation...

And also, in my current pom, I am only using 1.18.1 for the following artifacts:

* jersey-client
* jersey-servlet
* jersey-server
* jersey-core
* jersey-json
* jersey-multipart

Does this getperka.flatpack dependency contain all six of these artifacts?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The dependencies have changed a lot from Jersey 1 to Jersey 2; you should read through https://jersey.java.net/documentation/latest/modules-and-dependencies.html to see what you need to use.

I never heard about this flatpack thing, not sure what that's about.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic