License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scalamodules |
ArtifactId | ArtifactIdscalamodules-demo-hello |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScalaModules Demo - Hello
Hello world demo for an OSGi bundle written in Scala.
|
Project Organization |
Project OrganizationScalaModules.org |
Filename | Size |
---|---|
scalamodules-demo-hello-1.5.pom | |
scalamodules-demo-hello-1.5.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalamodules/scalamodules-demo-hello/ -->
<dependency>
<groupId>org.scalamodules</groupId>
<artifactId>scalamodules-demo-hello</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalamodules/scalamodules-demo-hello/
implementation 'org.scalamodules:scalamodules-demo-hello:1.5'
// https://jarcasting.com/artifacts/org.scalamodules/scalamodules-demo-hello/
implementation ("org.scalamodules:scalamodules-demo-hello:1.5")
'org.scalamodules:scalamodules-demo-hello:jar:1.5'
<dependency org="org.scalamodules" name="scalamodules-demo-hello" rev="1.5">
<artifact name="scalamodules-demo-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalamodules', module='scalamodules-demo-hello', version='1.5')
)
libraryDependencies += "org.scalamodules" % "scalamodules-demo-hello" % "1.5"
[org.scalamodules/scalamodules-demo-hello "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.1.0 |
org.scala-lang-osgi : scala-library | jar | 2.7.7 |