Skip to content

Instantly share code, notes, and snippets.

@pjmuley
Created July 25, 2016 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjmuley/922d2762bf66ace1550e37ef9644e5dc to your computer and use it in GitHub Desktop.
Save pjmuley/922d2762bf66ace1550e37ef9644e5dc to your computer and use it in GitHub Desktop.
MySQL Dependency
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.6</version>
<type>jar</type>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment