All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coursier.cache.AuthenticatedURLConnection.scala Maven / Gradle / Ivy

The newest version!
package coursier.cache

import java.net.URLConnection

import coursier.core.Authentication

trait AuthenticatedURLConnection extends URLConnection {
  def authenticate(authentication: Authentication): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy