License |
License |
---|---|
GroupId | GroupIdno.priv.bang.osgiservice |
ArtifactId | ArtifactIdosgiservice |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGi service definitions build
Defines OSGi services exposed by DS components.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
osgiservice-1.8.0.pom | 18 KB |
osgiservice-1.8.0-javadoc.jar | 457 KB |
osgiservice-1.8.0-features.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.priv.bang.osgiservice/osgiservice/ -->
<dependency>
<groupId>no.priv.bang.osgiservice</groupId>
<artifactId>osgiservice</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.osgiservice/osgiservice/
implementation 'no.priv.bang.osgiservice:osgiservice:1.8.0'
// https://jarcasting.com/artifacts/no.priv.bang.osgiservice/osgiservice/
implementation ("no.priv.bang.osgiservice:osgiservice:1.8.0")
'no.priv.bang.osgiservice:osgiservice:jar:1.8.0'
<dependency org="no.priv.bang.osgiservice" name="osgiservice" rev="1.8.0">
<artifact name="osgiservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.osgiservice', module='osgiservice', version='1.8.0')
)
libraryDependencies += "no.priv.bang.osgiservice" % "osgiservice" % "1.8.0"
[no.priv.bang.osgiservice/osgiservice "1.8.0"]