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

coursier.CoursierUtil.scala Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package coursier

import coursier.util.WebPage

object CoursierUtil {

  def rawVersions(repoUrl: String, page: String) = WebPage.listDirectories(repoUrl, page)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy