MySQL icon indicating copy to clipboard operation
MySQL copied to clipboard

Maven repo offline

Open SamuelCosgrove opened this issue 2 years ago • 1 comments

Hey,

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

SamuelCosgrove avatar Sep 27 '23 15:09 SamuelCosgrove

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>

RadBuilder avatar Feb 22 '24 05:02 RadBuilder