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