takezoe / solr-scala-client

Solr Client for Scala
Apache License 2.0
91 stars 43 forks source link

I need you help #14

Closed Ramzi-Alqrainy closed 10 years ago

Ramzi-Alqrainy commented 10 years ago

I am new in Scala, and I want to use Solr with Scala, and your library is awesome, but please can you help to add your library in my Play/Scala framework ?

I am trying to convert your lib to jar, but no avail.

Please advice

takezoe commented 10 years ago

Add following lines into your build.sbt generated by play.

resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"

libraryDependencies += "jp.sf.amateras.solr.scala" %% "solr-scala-client" % "0.0.11"