elMakers Maven Repository
Welcome to the Maven repository hosted by elmakers.com
Usage
To use this repository in
your Maven-enabled projects, add the following
information to your pom.xml:
<repositories>
<repository>
<id>elmakers-repo</id>
<url>http://maven.elmakers.com/repository/</url>
</repository>
</repositories>
Or feel free to browse the repository. This repository is mainly meant to contain Magic artifacts, but
also may contain any dependencies thereof.
To integrate with or extend Magic, add dependencies for MagicAPI and/or Magic to your pom, for instance:
<dependency>
<groupId>com.elmakers.mine.bukkit</groupId>
<artifactId>MagicAPI</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>