Repository

data class Repository(val url: String)

Representation of a Repository

Parameters

url

The url of the repository. Example: https://repo1.maven.org/maven2/

Constructors

Link copied to clipboard
fun Repository(url: String)

Functions

Link copied to clipboard
fun findArtifact(dependency: Dependency): String?

Finds the artifact url to download

Properties

Link copied to clipboard
val url: String