is not current version
Last Version 4.4.0

org.apache.karaf.bundle:bundle 4.3.0.RC1


GroupId

GroupId

org.apache.karaf.bundle
ArtifactId

ArtifactId

bundle
Version

Version

4.3.0.RC1
Type

Type

pom

Download bundle 4.3.0.RC1

Filename Size
bundle-4.3.0.RC1.pom 1 KB
Browse

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