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

bio.ferlab.datalake.commons.file.File.scala Maven / Gradle / Ivy

There is a newer version: 14.8.0
Show newest version
package bio.ferlab.datalake.commons.file

case class File(path: String, name: String, size: Long, isDir: Boolean)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy