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