Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 4, 2015 06:48
Show Gist options
  • Select an option

  • Save javaeeeee/ca0b1e100545882c93f9 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/ca0b1e100545882c93f9 to your computer and use it in GitHub Desktop.
Maven dependency for Jersey client in Dropwizard application
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>${dropwizard.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment