Jay Taylor's notes
back to listing indexPublish JVM and Android libraries with ease
[web search]
Original source (jitpack.io)
Clipped on: 2016-07-31
How to
To get a Git project into your build:
Step 1. Add the JitPack repository to your build file
Step 2. Add the dependency
<dependency>
<groupId>com.github.User</groupId>
<artifactId>Repo</artifactId>
<version>Tag</version>
</dependency>
That's it! The first time you request a project JitPack checks out the code, builds it and serves the build artifacts.
If the project doesn't have any GitHub Releases you can use the short commit hash or 'anyBranch-SNAPSHOT' as the version.
See also
Features
Stats
Track your downloads
Weekly and monthly stats available to maintainers
CDN powered
Artifacts are served via a global CDN
Fast downloads for you and your users
What developers say
This is what I need. Great service with package repository for Gradle https://jitpack.io/ #AndroidDev #Gradle #github
| |