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

io.finch.benchmarks.service.json4s.package.scala Maven / Gradle / Ivy

package io.finch.benchmarks.service

import org.json4s.{DefaultFormats, Formats}
import io.finch.json4s._

package object json4s {
  implicit val formats: Formats = DefaultFormats

  def userService: UserService = new FinchUserService
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy