-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mirco Lindenau edited this page Jul 31, 2024
·
19 revisions
Maven:
<repository>
<id>bytemc</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<dependency>
<groupId>dev.httpmarco.evelon</groupId>
<artifactId>evelon-common</artifactId>
<version>VERSION</version>
</dependency>
<!-- If you want to use MariaDB -->
<dependency>
<groupId>dev.httpmarco.evelon</groupId>
<artifactId>evelon-sql-mariadb</artifactId>
<version>VERSION</version>
</dependency>
<!-- If you want to use H2 -->
<dependency>
<groupId>dev.httpmarco.evelon</groupId>
<artifactId>evelon-sql-h2</artifactId>
<version>VERSION</version>
</dependency>
<!-- If you want to use Mysql-->
<dependency>
<groupId>dev.httpmarco.evelon</groupId>
<artifactId>evelon-sql-mysql</artifactId>
<version>VERSION</version>
</dependency>
Gradle:
compile "dev.httpmarco.evelon:evelon-common:VERSION"
//If you want to use MariaDB
compile "dev.httpmarco.evelon:evelon-sql-mariadb:VERSION"
//If you want to use H2
compile "dev.httpmarco.evelon:evelon-sql-h2:VERSION"
//If you want to use Mysql
compile "dev.httpmarco.evelon:evelon-sql-mysql:VERSION"
Link: https://s01.oss.sonatype.org/content/repositories/snapshots/dev/httpmarco/evelon/
Made with ❤️ from FlxwDNS | Please follow: https://github.com/FlxwDNS | Unbezahlte Werbung