| GroupId | GroupIdorg.apache.karaf.service |
|---|---|
| ArtifactId | ArtifactIdservice |
| Version | Version4.3.0.RC1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| service-4.3.0.RC1.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.3.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.service/service/
implementation 'org.apache.karaf.service:service:4.3.0.RC1'
// https://jarcasting.com/artifacts/org.apache.karaf.service/service/
implementation ("org.apache.karaf.service:service:4.3.0.RC1")
'org.apache.karaf.service:service:pom:4.3.0.RC1'
<dependency org="org.apache.karaf.service" name="service" rev="4.3.0.RC1">
<artifact name="service" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.service', module='service', version='4.3.0.RC1')
)
libraryDependencies += "org.apache.karaf.service" % "service" % "4.3.0.RC1"
[org.apache.karaf.service/service "4.3.0.RC1"]