Question

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 ?

Était-ce utile?

La solution

'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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top