-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Radik Friedrichs edited this page Jun 5, 2024
·
19 revisions
Welcome to the Evelon wiki where the magic happens 🧙♂️🧝♂️
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>
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"
Link: https://s01.oss.sonatype.org/content/repositories/snapshots/dev/httpmarco/evelon/
Made with ❤️ from FlxwDNS | Please follow: https://github.com/FlxwDNS | Unbezahlte Werbung