1 Star 1 Fork 2

mefan/scala-redis-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sbt 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
mefan 提交于 2015-10-08 11:36 . code format
name := "scala-redis-client"
organization := "com.top10"
scalaVersion := "2.11.4"
//crossScalaVersions := Seq("2.9.2", "2.10.0")
//releaseSettings
libraryDependencies ++= Seq(
"redis.clients" % "jedis" % "2.2.0",
"org.scalatest" %% "scalatest" % "2.2.0-M1" % "test",
"junit" % "junit" % "4.8.2" % "test",
"org.mockito" % "mockito-core" % "1.8.5" % "test"
)
parallelExecution in Test := false
pomExtra := (
<url>https://github.com/top10/scala-redis-client</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:top10/scala-redis-client.git</url>
<connection>scm:git:git@github.com:top10/scala-redis-client.git</connection>
</scm>
<developers>
<developer>
<id>thesmith</id>
<name>Ben Smith</name>
<url>http://thesmith.co.uk</url>
</developer>
<developer>
<id>tom-martin</id>
<name>Tom Martin</name>
<url>http://heychinaski.com</url>
</developer>
</developers>)
lazy val scalaRedisClient = project.in(file("."))// .dependsOn(structure)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scala
1
https://gitee.com/mefaso/scala-redis-client.git
git@gitee.com:mefaso/scala-redis-client.git
mefaso
scala-redis-client
scala-redis-client
mine

搜索帮助