Root POM for scala-lang-osgi

OSGified Scala libraries.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.weiglewilczek.scala-lang-osgi
ArtifactId

ArtifactId

scala-lang-osgi-parent
Last Version

Last Version

2.8.0.RC2
Release Date

Release Date

Type

Type

pom
Description

Description

Root POM for scala-lang-osgi
OSGified Scala libraries.
Project URL

Project URL

http://www.eclipse.org/scalamodules
Project Organization

Project Organization

WeigleWilczek
Source Code Management

Source Code Management

http://github.com/weiglewilczek/scala-lang-osgi

Download scala-lang-osgi-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.weiglewilczek.scala-lang-osgi/scala-lang-osgi-parent/ -->
<dependency>
    <groupId>com.weiglewilczek.scala-lang-osgi</groupId>
    <artifactId>scala-lang-osgi-parent</artifactId>
    <version>2.8.0.RC2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.weiglewilczek.scala-lang-osgi/scala-lang-osgi-parent/
implementation 'com.weiglewilczek.scala-lang-osgi:scala-lang-osgi-parent:2.8.0.RC2'
// https://jarcasting.com/artifacts/com.weiglewilczek.scala-lang-osgi/scala-lang-osgi-parent/
implementation ("com.weiglewilczek.scala-lang-osgi:scala-lang-osgi-parent:2.8.0.RC2")
'com.weiglewilczek.scala-lang-osgi:scala-lang-osgi-parent:pom:2.8.0.RC2'
<dependency org="com.weiglewilczek.scala-lang-osgi" name="scala-lang-osgi-parent" rev="2.8.0.RC2">
  <artifact name="scala-lang-osgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.weiglewilczek.scala-lang-osgi', module='scala-lang-osgi-parent', version='2.8.0.RC2')
)
libraryDependencies += "com.weiglewilczek.scala-lang-osgi" % "scala-lang-osgi-parent" % "2.8.0.RC2"
[com.weiglewilczek.scala-lang-osgi/scala-lang-osgi-parent "2.8.0.RC2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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>

Versions

Version
2.8.0.RC2
2.8.0.RC1