o

org.apache.karaf.system.command

This bundle provides Karaf shell commands to manipulate system service (shutdown container, etc).
文件下载
文件名 操作
org.apache.karaf.system.command-3.0.10.jar 下载
org.apache.karaf.system.command-3.0.10.pom 下载
org.apache.karaf.system.command-3.0.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.karaf.system</groupId>
  <artifactId>org.apache.karaf.system.command</artifactId>
  <version>3.0.10</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.karaf.system:org.apache.karaf.system.command:3.0.10'
Gradle Kotlin
implementation("org.apache.karaf.system:org.apache.karaf.system.command:3.0.10")
Scala SBT
libraryDependencies += "org.apache.karaf.system" % "org.apache.karaf.system.command" % "3.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.karaf.system', module='org.apache.karaf.system.command', version='3.0.10')
)
Apache Ivy
<dependency org="org.apache.karaf.system" name="org.apache.karaf.system.command" rev="3.0.10" />
Leiningen
[org.apache.karaf.system/org.apache.karaf.system.command "3.0.10"]
Apache Buildr
'org.apache.karaf.system:org.apache.karaf.system.command:jar:3.0.10'