Skip to content
/ repo Public

Repository for (some) external dependencies of the MyWarp project.

Notifications You must be signed in to change notification settings

MyWarp/repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyWarp's Maven Repository

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.

Usage

Grade

repositories {
  maven { url 'https://raw.github.com/mywarp/repo/master/[REPO] }
}

Maven

<repositories>
  <repository>
    <id>github-mywarp-repo</id>
    <url>https://raw.github.com/mywarp/repo/master/[REPO]</url>
  </repository>
</repositories>

About

Repository for (some) external dependencies of the MyWarp project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published