SBNTT / mpp-game-common

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LATEST CI CD

Kotlin mpp common

Usage

repositories {
    maven("https://maven.pkg.github.com/SBNTT/mpp-game-common") {
        credentials {
            username = "SBNTT-robot"
            password = String(Base64.getDecoder().decode("Z2hwX3VoTENMZ2xBa3dmdmdPRjRSRDBodDl6RFNqUGdCOTBjZnBONw=="))
        }
    }
}

dependencies {
    implementation("me.sbntt.mppgame:common:$commonVersion")
}

This credentials uses a personal access token with only the read:packages scope ;) It can be freely used as downloading from GitHub packages requires authentication...

import me.sbntt.mppgame.common.*

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%