RepositoryConfig
data class RepositoryConfig(val url: String = "", val username: String? = null, val password: String? = null)(source)
Configuration for a single Maven-compatible remote repository.
Used by io.github.skhokhlov.rewriterunner.recipe.RecipeArtifactResolver and io.github.skhokhlov.rewriterunner.lst.DependencyResolutionStage when resolving JARs.
Environment variable placeholders (${VAR_NAME}) in url, username, and password are expanded at load time by ToolConfig.load.