s

shell.felixshellcommand

Allows felix shell command to be executed in Clerezza Shell
Files download
File Operation
shell.felixshellcommand-0.2.jar download
shell.felixshellcommand-0.2.pom download
shell.felixshellcommand-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.clerezza</groupId>
  <artifactId>shell.felixshellcommand</artifactId>
  <version>0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.clerezza:shell.felixshellcommand:0.2'
Gradle Kotlin
implementation("org.apache.clerezza:shell.felixshellcommand:0.2")
Scala SBT
libraryDependencies += "org.apache.clerezza" % "shell.felixshellcommand" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.clerezza', module='shell.felixshellcommand', version='0.2')
)
Apache Ivy
<dependency org="org.apache.clerezza" name="shell.felixshellcommand" rev="0.2" />
Leiningen
[org.apache.clerezza/shell.felixshellcommand "0.2"]
Apache Buildr
'org.apache.clerezza:shell.felixshellcommand:jar:0.2'