Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 817 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 817 Bytes

EpsilonExporter what's this ?

Epsilon Exporter is an essential plugin allowing to make a bridge between the Epsilon and the instances.

An API is made available.

See global project

Import EpsilonAPI dependencie

Import with Gradle

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  compileOnly 'com.github.Epsilon-APP.EpsilonExporter:epsilon-exporter-api:v2.2.0'
}

Import with Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.Epsilon-APP.EpsilonExporter</groupId>
  <artifactId>epsilon-exporter-api</artifactId>
  <version>v2.2.0</version>
</dependency>

Authors