-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Potato Destroyer edited this page Apr 7, 2018
·
2 revisions
- Gradle
- Maven
- Bintray
You have to add the repository and dependencies
repositories {
jcenter()
}
dependencies {
compile "cn.berberman:emerald-extension:1.2"
}<repositories>
<repository>
<id>jcenter</id>
<name>JCenter</name>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
<dependency>
<groupId>cn.berberman</groupId>
<artifactId>emerald-extension</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>