eEQK / gudd

Github dependency downloader for Gradle

Home Page:https://plugins.gradle.org/plugin/io.github.eeqk.gudd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gudd

Github dependency downloader for Gradle

License: Unlicense Email Telegram

Gudd allows you to seamlessly integrate with packages from Github that aren't in maven central repository.

gudd {
    // points to https://github.com/eEQK/cynorkis/packages/630993?version=1.1.0
    implementation("cynorkis:cynorkis:1.1.0", "eEQK:cynorkis:630993")
}

Example usage

  • build.gradle.kts
plugins {
    kotlin("jvm")
    id("io.github.eeqk.gudd") version "1.0.0"
}

repositories {
    // required by one of `cynorkis`' dependencies
    jcenter()
}

gudd {
    implementation("cynorkis:cynorkis:1.1.0", "eEQK:cynorkis:630993")
}

About

Github dependency downloader for Gradle

https://plugins.gradle.org/plugin/io.github.eeqk.gudd

License:The Unlicense


Languages

Language:Kotlin 100.0%