License |
License |
---|---|
GroupId | GroupIdcom.github.domino-osgi |
ArtifactId | ArtifactIddomino_2.11 |
Version | Version1.1.5 |
Type | Typejar |
Description |
Descriptiondomino_2.11
A lightweight Scala library for writing elegant OSGi bundle activators
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
domino_2.11-1.1.5.pom | |
domino_2.11-1.1.5.jar | 319 KB |
domino_2.11-1.1.5-sources.jar | 52 KB |
domino_2.11-1.1.5-javadoc.jar | 671 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.domino-osgi/domino_2.11/ -->
<dependency>
<groupId>com.github.domino-osgi</groupId>
<artifactId>domino_2.11</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.domino-osgi/domino_2.11/
implementation 'com.github.domino-osgi:domino_2.11:1.1.5'
// https://jarcasting.com/artifacts/com.github.domino-osgi/domino_2.11/
implementation ("com.github.domino-osgi:domino_2.11:1.1.5")
'com.github.domino-osgi:domino_2.11:jar:1.1.5'
<dependency org="com.github.domino-osgi" name="domino_2.11" rev="1.1.5">
<artifact name="domino_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.domino-osgi', module='domino_2.11', version='1.1.5')
)
libraryDependencies += "com.github.domino-osgi" % "domino_2.11" % "1.1.5"
[com.github.domino-osgi/domino_2.11 "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.scala-lang : scala-reflect | jar | 2.11.12 |
org.osgi : org.osgi.core | jar | 4.3.0 |
org.osgi : org.osgi.compendium | jar | 4.3.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |