Huskehhh / MySQL

Simple JDBC MySQL database wrapper for Java
MIT License
69 stars 51 forks source link

Maven repo offline #32

Open SamCoThePuggo opened 9 months ago

SamCoThePuggo commented 9 months ago

Hey,

I just noticed that the project cannot be used as your maven server (maven.husk.pro) is offline.

RadBuilder commented 5 months ago

This doesn't fix the problem, but you can use JitPack as an alternative.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.Huskehhh</groupId>
    <artifactId>MySQL</artifactId>
    <version>ec7941c</version>
</dependency>