Aggregator for scala-lang-osgi

OSGified Scala libraries.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.weiglewilczek.scala-lang-osgi
ArtifactId

ArtifactId

aggregator
Last Version

Last Version

2.8.0.RC2
Release Date

Release Date

Type

Type

pom
Description

Description

Aggregator for scala-lang-osgi
OSGified Scala libraries.
Project URL

Project URL

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

Project Organization

WeigleWilczek

Download aggregator

Filename Size
aggregator-2.8.0.RC2.pom 2 KB
Browse

How to add to project

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

  • resources/scala-lang-osgi-parent
  • scala-library

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