Skip to content
This repository was archived by the owner on Sep 26, 2019. It is now read-only.

How to install

Maarten Zuidhoorn edited this page Nov 5, 2016 · 2 revisions

You can install MySQLAPI to your Java project in two ways. The first way is to add the following repository and dependency to your Maven POM:

    <repositories>
        ...
        <repository>
            <id>mrten-repo-releases</id>
            <url>http://repo.mrten.nl/repository/releases/</url>
        </repository>
        ...
    </repositories>

    <dependencies>
        ...
        <dependency>
            <groupId>me.mrten</groupId>
            <artifactId>MySQLAPI</artifactId>
            <version>1.1</version>
        </dependency>
        ...
    </dependencies>

Then shade the API into your own project or add the API to the plugins folder of your server.

If you don't use Maven, you can download the latest release from here and add it to your project. Make sure to add the API to the plugins folder of your server.

Clone this wiki locally