Skip to content

tototoshi/mvnsearch

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

mvnsearch

CLI tool to find Scala libraries

Install

It requires Cousier

$ cs bootstrap com.github.tototoshi::mvnsearch:latest.stable -o /path/to/mvnsearch

Usage

Usage: mvnsearch [options] <word>

  -v, --version   Print the version
  -h, --help      Print a help
  --rows <value>  Specify the number of rows
  <word>          Specify search words

Example

$ mvnsearch scala-csv
"com.nrinaudo" %% "scala-csv" % "0.1.3" (for Scala 2.11)
"com.github.tototoshi" %% "scala-csv" % "1.3.7" (for Scala 3.0.0-RC1)
"com.github.tototoshi" %% "scala-csv" % "1.3.7" (for Scala 2.13)
"com.github.tototoshi" %% "scala-csv" % "1.3.7" (for Scala 2.12)
"com.github.tototoshi" %% "scala-csv" % "1.3.7" (for Scala 2.11)
"com.github.tototoshi" %% "scala-csv" % "1.3.7" (for Scala 2.10)
"fi.pelam" %% "pelam-scala-csv" % "1.3.0" (for Scala 2.12)
"fi.pelam" %% "pelam-scala-csv" % "1.3.0" (for Scala 2.11)
"fi.pelam" % "pelam-scala-csv" % "1.1.0"
"com.github.tototoshi" %% "scala-csv" % "1.0.0" (for Scala 2.9.3)
"com.github.tototoshi" %% "scala-csv" % "1.0.0" (for Scala 2.9.2)
"com.github.tototoshi" %% "scala-csv" % "1.0.0" (for Scala 2.9.1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages