Repository

@Target(allowedTargets = [AnnotationTarget.FILE])
annotation class Repository(val value: String = "", val username: String = "", val password: String = "")

Describes the repository which is used for dependency resolution

Properties

Link copied to clipboard

In case of private Maven repositories, password which is used for authentication

Link copied to clipboard

In case of private Maven repositories, username which is used for authentication

Link copied to clipboard

Can be one of the following: