Skip to content

Commit 8084ca9

Browse files
committed
Create README.md
1 parent b7b38d1 commit 8084ca9

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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)

0 commit comments

Comments
 (0)