jitpack

fun RepositoryHandler.jitpack(descriptor: MavenRepositoryContentDescriptor.() -> Unit = {}): MavenArtifactRepository

Adds the JitPack Maven repository to the repository handler.

JitPack is a unique package repository for GitHub projects. It allows you to use any GitHub repository as a dependency in your build script. The URL for the repository is https://jitpack.io.

Parameters

descriptor

the configuration block for the Maven repository content descriptor.