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

tamer.s3.package.scala Maven / Gradle / Ivy

The newest version!
package tamer

import zio.Ref

package object s3 {
  type KeysR = Ref[Keys]
  type Keys  = List[String]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy