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

coursier.cache.internal.DownloadResult.scala Maven / Gradle / Ivy

The newest version!
package coursier.cache.internal

import java.io.File

import coursier.cache.ArtifactError
import dataclass.data

@data class DownloadResult(
  url: String,
  file: File,
  errorOpt: Option[ArtifactError] = None
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy