Plugin to search maven artifacts. It uses search.maven.org for querying.
addSbtPlugin("com.blstream" % "sbt-search-maven-plugin" % "0.1.2")
Plugin adds searchMaven
task, to find some 'artifact' just type
searchMaven <artifact>
src/sbt-test
plugin tests using scriptedtest-project
allows quick tests in repl of this plugin functionality (justreload
)
Filter by scala version- search.maven.org let searching by keywords, but also by tags (i.e. scalaVersion), but not by both of them in one query
- Add one of found dependencies to
build.sbt
Search in other sources than search.maven.org, i.e. bintray.com (where typesafe repositories are)- Bintray allows searching only logged in users (and without limits only to users that paid for that account)
Add testsAdd continues deploymentAdd plugin to maven central
You can pick feature from future work section of this readme, issue with feature proposal (if any) or fix some bug. Pull requests are very welcome.
see LICENSE
file