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

asyncscala.sbt.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
organization := "{{package}}"

name := "{{projectName}}-client"

libraryDependencies ++= Seq(
  "io.swagger" %% "swagger-async-httpclient" % "0.3.5",
  "joda-time" % "joda-time" % "2.3",
  "org.joda" % "joda-convert" % "1.3.1",
  "ch.qos.logback" % "logback-classic" % "1.0.13" % "provided",
  "org.scalatest" %% "scalatest" % "2.2.1" % "test",
  "junit" % "junit" % "4.11" % "test"
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy