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

lmcoursier.FallbackDependency.scala Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package lmcoursier

import java.net.URL

import dataclass.data
import lmcoursier.definitions.Module

@data class FallbackDependency(
  module: Module,
  version: String,
  url: URL,
  changing: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy