Maven repository for external dependencies of the MyWarp project that do not have a (working) official repository and which cannot be used with JitPack due to build failures or missing git releases. releases contains releases artifacts, snapshots contains unreleased snapshots.
Note that this repository does not include MyWarp. Use JitPack instead.
repositories {
maven { url 'https://raw.github.com/mywarp/repo/master/[REPO] }
}<repositories>
<repository>
<id>github-mywarp-repo</id>
<url>https://raw.github.com/mywarp/repo/master/[REPO]</url>
</repository>
</repositories>