Skip to content

Custom maven repository with Java and NDK dependencies

Notifications You must be signed in to change notification settings

Doomhowl-Interactive/maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Doomhowl Interactive Maven Repository

Source repo: https://github.com/Doomhowl-Interactive/ndkports

Delivers the following pre-built packages:

Usage

Put in settings.gradle:

dependencyResolutionManagement {
    repositories {
        // ...
        maven {
            url = "https://doomhowl-interactive.github.io/maven/"
        }

        // ... 
    }
}

Disclaimers

  • Comes with absolutely no warranty!
  • Old builds can become unavailable.
  • Can contain patches that suit our products.
  • Provided with "best-efforts", packages might be in a broken state or removed.

About

Custom maven repository with Java and NDK dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published