Skip to content

anve/scala-lang-osgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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.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>

About

OSGified Scala libraries

Resources

Stars

Watchers

Forks

Packages

No packages published