File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # EpsilonExporter what's this ?
2
+
3
+ Epsilon Exporter is an essential plugin allowing to make a bridge between the Epsilon and the instances.
4
+
5
+ An API is made available.
6
+ ## Import EpsilonAPI dependencie
7
+
8
+ Import with Gradle
9
+
10
+ ``` groovy
11
+ repositories {
12
+ maven { url 'https://jitpack.io' }
13
+ }
14
+
15
+ dependencies {
16
+ compileOnly 'com.github.Epsilon-APP.EpsilonExporter:epsilon-exporter-api:v2.1.0'
17
+ }
18
+ ```
19
+
20
+ Import with Maven
21
+
22
+ ``` xml
23
+ <repositories >
24
+ <repository >
25
+ <id >jitpack.io</id >
26
+ <url >https://jitpack.io</url >
27
+ </repository >
28
+ </repositories >
29
+
30
+ <dependency >
31
+ <groupId >com.github.Epsilon-APP.EpsilonExporter</groupId >
32
+ <artifactId >epsilon-exporter-api</artifactId >
33
+ <version >v2.1.0</version >
34
+ </dependency >
35
+ ```
36
+ ## Authors
37
+
38
+ - [ @EliXorZz ] ( https://www.github.com/EliXorZz )
You can’t perform that action at this time.
0 commit comments