Skip to content

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

Notifications You must be signed in to change notification settings

Epsilon-APP/EpsilonExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages