Skip to content

Instantly share code, notes, and snippets.

@celiovasconcelos
Last active May 20, 2018 00:16
Show Gist options
  • Save celiovasconcelos/b53964c76069e754dd77 to your computer and use it in GitHub Desktop.
Save celiovasconcelos/b53964c76069e754dd77 to your computer and use it in GitHub Desktop.
maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.pushlink</groupId>
<artifactId>pushlink-android</artifactId>
<version>5.5.3</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment