Skip to content

Repository files navigation

SQLWrapper

An API for handling SQL management via Java. Specifically made for Bukkit plugins.

Install with Jitpack.io

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>SQLWrapper</artifactId>
  <version>LATEST</version>
</dependency>

Install with Github Packages Apache Maven

Add these lines to your pom.xml and follow this guide to get a PAT.

<dependency>
  <groupId>dev.rickyshd</groupId>
  <artifactId>sqlwrapper</artifactId>
  <version>LATEST</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages