We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c261f22 commit dc606ceCopy full SHA for dc606ce
build.gradle
@@ -251,6 +251,10 @@ dependencies {
251
// MariaDB
252
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.3'
253
254
+ // PostgreSQL
255
+ implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.20'
256
+
257
258
// JSON
259
implementation group: 'org.json', name: 'json', version:'20210307'
260
0 commit comments