1 Star 0 Fork 5

一航天飞机/squant

forked from uecom/squant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sbt 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
许琦eryk 提交于 2017-04-06 08:00 . +backtest #30 add excel export
name := "squant"
version := "1.1"
scalaVersion := "2.11.8"
lazy val akkaVersion = "2.4.14"
resolvers += Resolver.bintrayRepo("fcomb", "maven")
libraryDependencies ++= Seq(
"com.typesafe.akka" % "akka-actor_2.11" % akkaVersion,
"com.typesafe" % "config" % "1.3.1",
"org.jsoup" % "jsoup" % "1.10.1",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"ch.qos.logback" % "logback-classic" % "1.1.7",
"org.apache.commons" % "commons-math3" % "3.6.1",
"com.tictactec" % "ta-lib" % "0.4.0",
"com.quantifind" % "wisp_2.11" % "0.0.4",
"org.yaml" % "snakeyaml" % "1.17",
//http://www.sauronsoftware.it/projects/cron4j/manual.php
"it.sauronsoftware.cron4j" % "cron4j" % "2.2.5",
"com.github.scopt" % "scopt_2.11" % "3.5.0",
"com.github.tototoshi" %% "scala-csv" % "1.3.4",
"com.google.code.gson" % "gson" % "2.8.0",
"org.apache.hbase" % "hbase-client" % "1.3.0",
"org.apache.hbase" % "hbase-common" % "1.3.0",
"org.apache.hadoop" % "hadoop-common" % "2.7.3" excludeAll ExclusionRule(organization = "javax.servlet"),
"org.scalatest" % "scalatest_2.11" % "3.0.1" % "test",
"org.apache.poi" % "poi" % "3.15",
"info.folone" %% "poi-scala" % "0.18"
)
assemblyMergeStrategy in assembly := {
case PathList("META-INF", xs@_*) => MergeStrategy.discard
case PathList(ps@_*) if ps.last == "application.conf" => MergeStrategy.discard
case x => MergeStrategy.first
}
//mainClass in assembly := Some("com.squant.cheetah.datasource.Updater")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scala
1
https://gitee.com/staticor/squant.git
[email protected]:staticor/squant.git
staticor
squant
squant
master

搜索帮助