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

sttp.tapir.model.package.scala Maven / Gradle / Ivy

There is a newer version: 1.11.11
Show newest version
package sttp.tapir

package object model {

  /** Used to lookup codecs which split/combine values using a comma. */
  type CommaSeparated[T] = Delimited[",", T]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy