is not current version
Last Version 4.4.0

org.apache.karaf.service:service 3.0.9


GroupId

GroupId

org.apache.karaf.service
ArtifactId

ArtifactId

service
Version

Version

3.0.9
Type

Type

pom

Download service 3.0.9

Filename Size
service-3.0.9.pom 1 KB
Browse

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