Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

w11k/scala-lang-osgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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.1"
val scalaCompilerOSGi = "com.weiglewilczek.scala-lang-osgi" % "scala-compiler" % "2.9.1"

For Maven

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