is not current version
Last Version 4.4.0

org.apache.karaf.service:service 4.2.8


GroupId

GroupId

org.apache.karaf.service
ArtifactId

ArtifactId

service
Version

Version

4.2.8
Type

Type

pom

Download service 4.2.8

Filename Size
service-4.2.8.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.karaf.service/service/ -->
<dependency>
    <groupId>org.apache.karaf.service</groupId>
    <artifactId>service</artifactId>
    <version>4.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.service/service/
implementation 'org.apache.karaf.service:service:4.2.8'
// https://jarcasting.com/artifacts/org.apache.karaf.service/service/
implementation ("org.apache.karaf.service:service:4.2.8")
'org.apache.karaf.service:service:pom:4.2.8'
<dependency org="org.apache.karaf.service" name="service" rev="4.2.8">
  <artifact name="service" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.service', module='service', version='4.2.8')
)
libraryDependencies += "org.apache.karaf.service" % "service" % "4.2.8"
[org.apache.karaf.service/service "4.2.8"]