Skip to content

Instantly share code, notes, and snippets.

@manojbhadane
Created January 2, 2019 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manojbhadane/e379cc400452a4313301471406317398 to your computer and use it in GitHub Desktop.
Save manojbhadane/e379cc400452a4313301471406317398 to your computer and use it in GitHub Desktop.
Step 1. Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2. Add the dependency
<dependency>
<groupId>com.github.manojbhadane</groupId>
<artifactId>PaymentCardView</artifactId>
<version>-Tag</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment