Вопрос

I'm in trouble beacuse i don't know how to add Paypal Dependencies into my Scala Playframework Application Sbt.

Can anyone tell me how can i add this dependency ?

Это было полезно?

Решение

'This dependency' ? You mean paypal-core ? It's on maven as you can see, so all you need is to copy artifact from SBT tab: "com.paypal.sdk" % "paypal-core" % "1.5.2" and add it to your project/Build.scala file as described in Play doc in the Managed dependencies section.

Don't forget to perform play clean play update and eventually play yourIDE after all

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top