Plugin to search maven artifacts. It uses search.maven.org for querying.
addSbtPlugin("com.blstream" % "sbt-search-maven-plugin" % "0.2.0")
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
)
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