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

lspace.services.LService.scala Maven / Gradle / Ivy

package lspace.services

import com.twitter.finagle.http.{Request, Response}

object LService {}
trait LService {
  def service: com.twitter.finagle.Service[Request, Response]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy