MVN

org.apache.karaf.system : org.apache.karaf.system.command

Maven & Gradle

Jan 06, 2020
4 usages

Apache Karaf :: System :: Shell Commands · This bundle provides Karaf shell commands to manipulate system service (shutdown container, etc).

<dependency>
    <groupId>org.apache.karaf.system</groupId>
    <artifactId>org.apache.karaf.system.command</artifactId>
    <version>3.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.10
  • Latest Release Candidate: 3.0.0.RC1

All Versions

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

Version Vulnerabilities Updated
3.0.x
org.apache.karaf.system.command-3.0.10
org.apache.karaf.system.command-3.0.9
org.apache.karaf.system.command-3.0.8
org.apache.karaf.system.command-3.0.7
org.apache.karaf.system.command-3.0.6
org.apache.karaf.system.command-3.0.5
org.apache.karaf.system.command-3.0.4
org.apache.karaf.system.command-3.0.3
org.apache.karaf.system.command-3.0.2
org.apache.karaf.system.command-3.0.1
org.apache.karaf.system.command-3.0.0
org.apache.karaf.system.command-3.0.0.RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.karaf.system</groupId>
    <artifactId>org.apache.karaf.system.command</artifactId>
    <version>3.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.karaf.system:org.apache.karaf.system.command:3.0.10'

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

implementation("org.apache.karaf.system:org.apache.karaf.system.command:3.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.karaf.system" % "org.apache.karaf.system.command" % "3.0.10"

Advertisement