is not current version
Last Version 3.0.10

org.apache.karaf.instance:instance 3.0.8


GroupId

GroupId

org.apache.karaf.instance
ArtifactId

ArtifactId

instance
Version

Version

3.0.8
Type

Type

pom

Download instance 3.0.8

Filename Size
instance-3.0.8.pom 1 KB
Browse

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