Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 951 Bytes

README.textile

File metadata and controls

21 lines (14 loc) · 951 Bytes

scala-lang-osgi offers OSGi bundles for Scala. Currently scala-library and scala-compiler are available as OSGi bundles, but scala-swing and scala-dbc will follow if needed. Just let us know!

scala-lang-osgi is open source software licensed under the SCALA LICENSE.

Getting scala-lang-osgi

The binaries are made available in the Scala-Tools.org Maven repository.

For SBT

val scalaLibraryOSGi = "com.weiglewilczek.scala-lang-osgi" % "scala-library" % "2.9.0-1"
val scalaCompilerOSGi = "com.weiglewilczek.scala-lang-osgi" % "scala-compiler" % "2.9.0-1"

For Maven

<dependency>
  <groupId>com.weiglewilczek.scala-lang-osgi</groupId>
  <artifactId>scala-library</artifactId>
  <version>2.9.0-1</version>
</dependency>