A wrapper of different DBMS connectors, specifically made for Paper/Spigot/Bukkit plugins. Currently supports H2
Add these lines to the <repositories> section in your pom.xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>Then add these lines in your <dependencies> section
<dependency>
<groupId>com.github.RickySHD</groupId>
<artifactId>DBCore</artifactId>
<version>LATEST</version>
</dependency>