Skip to content

Installation

Kostya edited this page Jan 6, 2020 · 11 revisions

Installation tutorial page. Now you can use only Maven for import PEconomy.

Maven

  1. Connect github repository for PEconomy:

<repositories>

<repository>

<id>PEconomy-mvn-repo</id>

<url>https://raw.github.com/SoKnight/PEconomy/mvn-repo/</url>

<snapshots>

<enabled>true</enabled>

<updatePolicy>always</updatePolicy>

</snapshots>

</repository>

</repositories>

  1. Add dependency in your project:

<dependencies>

<!-- PEconomy API -->

<dependency>

<groupId>ru.soknight</groupId>

<artifactId>peconomy</artifactId>

<version>1.0.0</version>

</dependency>

</dependencies>

  1. Save your pom.yml and wait while PEconomy downloading.

  2. Use my API!

Clone this wiki locally