Skip to content

Commit

Permalink
- PostgreSQL JDBC
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed May 31, 2021
1 parent c261f22 commit dc606ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ dependencies {
// MariaDB
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.3'

// PostgreSQL
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.20'


// JSON
implementation group: 'org.json', name: 'json', version:'20210307'

Expand Down

0 comments on commit dc606ce

Please sign in to comment.