is not current version
Last Version 4.4.0

org.apache.karaf.service:service 4.0.0.M3


GroupId

GroupId

org.apache.karaf.service
ArtifactId

ArtifactId

service
Version

Version

4.0.0.M3
Type

Type

pom

Download service 4.0.0.M3

Filename Size
service-4.0.0.M3.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.0.0.M3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.service/service/
implementation 'org.apache.karaf.service:service:4.0.0.M3'
// https://jarcasting.com/artifacts/org.apache.karaf.service/service/
implementation ("org.apache.karaf.service:service:4.0.0.M3")
'org.apache.karaf.service:service:pom:4.0.0.M3'
<dependency org="org.apache.karaf.service" name="service" rev="4.0.0.M3">
  <artifact name="service" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.service', module='service', version='4.0.0.M3')
)
libraryDependencies += "org.apache.karaf.service" % "service" % "4.0.0.M3"
[org.apache.karaf.service/service "4.0.0.M3"]