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

no.kodeworks.kvarg.model.Page.scala Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package no.kodeworks.kvarg.model

case class Page(
                 page: String,
                 session: String
               ) {
  override def toString: String = page
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy