Skip to content

Instantly share code, notes, and snippets.

@mpilquist
Created September 6, 2012 17:39
Show Gist options
  • Save mpilquist/3658856 to your computer and use it in GitHub Desktop.
Save mpilquist/3658856 to your computer and use it in GitHub Desktop.
Scalaz Karaf Commands
bundle:install mvn:org.scala-ide/scala-library/2.9.2.v20120330-163119-949a4804e4-vfinal
bundle:install mvn:org.scalaz/scalaz-core_2.9.2/7.0.0-M3
bundle:install mvn:org.scalaz/scalaz-effect_2.9.2/7.0.0-M3
bundle:install mvn:org.scalaz/scalaz-iteratee_2.9.2/7.0.0-M3
bundle:install mvn:org.scalaz/scalaz-concurrent_2.9.2/7.0.0-M3
bundle:install mvn:org.scalaz/scalaz-typelevel_2.9.2/7.0.0-M3
bundle:install mvn:org.scalaz/scalaz-iterv_2.9.2/7.0.0-M3
bundle:install mvn:org.scalaz/scalaz-xml_2.9.2/7.0.0-M3
@mpilquist
Copy link
Author

Note that this assumes you have scala-ide/scala-library/2.9.2.v20120330-163119-949a4804e4-vfinal in your local maven repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment