how to add maven repository
Hi,
Basic question about setting up maven project for scala.
I want to install the bee-client library: http://www.bigbeeconsultants.co.uk/content/bee-client/download
It says,
"For Maven, add the repository at http://repo.bigbeeconsultants.co.uk/repo, and then add the dependency to your POM:
<dependency> <groupId>uk.co.bigbeeconsultants</groupId> <artifactId>bee-client_2.9.2</artifactId> <version>0.21.0</version> </dependency>
How do you add the respository?
Thanks
请先登录再写评论。
Please read this guide: http://maven.apache.org/guides/mini/guide-multiple-repositories.html
Best regards,
Alexander Podkhalyuzin.