Skip to content

Instantly share code, notes, and snippets.

@nikhil3000
Last active June 23, 2020 10:37
Show Gist options
  • Save nikhil3000/3e82b88ad3a935c2e85e90f260ca7aee to your computer and use it in GitHub Desktop.
Save nikhil3000/3e82b88ad3a935c2e85e90f260ca7aee to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.11</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment