MVN

org.apache.karaf.shell : org.apache.karaf.shell.groovy

Maven & Gradle

Sep 12, 2023

Apache Karaf :: Shell :: Groovy · This bundle provides Groovy support to the Karaf console.

<dependency>
    <groupId>org.apache.karaf.shell</groupId>
    <artifactId>org.apache.karaf.shell.groovy</artifactId>
    <version>4.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.karaf.shell : org.apache.karaf.shell.groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.4

All Versions

Choose a version of org.apache.karaf.shell : org.apache.karaf.shell.groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
org.apache.karaf.shell.groovy-4.4.4

How to add a dependency to Maven

Add the following org.apache.karaf.shell : org.apache.karaf.shell.groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.karaf.shell</groupId>
    <artifactId>org.apache.karaf.shell.groovy</artifactId>
    <version>4.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.karaf.shell : org.apache.karaf.shell.groovy gradle dependency to your build.gradle file:

implementation 'org.apache.karaf.shell:org.apache.karaf.shell.groovy:4.4.4'

Gradle Kotlin DSL: Add the following org.apache.karaf.shell : org.apache.karaf.shell.groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.karaf.shell:org.apache.karaf.shell.groovy:4.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.karaf.shell : org.apache.karaf.shell.groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.karaf.shell" % "org.apache.karaf.shell.groovy" % "4.4.4"