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

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

There is a newer version: 0.23.0
Show newest version
package tamer

import zio.Ref

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy