Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.21 KB | None | 0 0
  1. name := "excel_spoiwo_test"
  2.  
  3. version := "0.1"
  4.  
  5. scalaVersion := "2.12.7"
  6.  
  7. libraryDependencies ++= Seq(
  8.  
  9.   // JAVA
  10.   "org.jxls" % "jxls" % "2.4.6",
  11.  
  12.   // SCALA
  13.   "com.norbitltd" %% "spoiwo" % "1.4.1"
  14. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement