g

gshell-bsf

Commands for using BSF for scripting integration.
文件下载
文件名 操作
gshell-bsf-1.0-alpha-2.jar 下载
gshell-bsf-1.0-alpha-2.pom 下载
gshell-bsf-1.0-alpha-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.gshell.commands</groupId>
  <artifactId>gshell-bsf</artifactId>
  <version>1.0-alpha-2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.gshell.commands:gshell-bsf:1.0-alpha-2'
Gradle Kotlin
implementation("org.apache.geronimo.gshell.commands:gshell-bsf:1.0-alpha-2")
Scala SBT
libraryDependencies += "org.apache.geronimo.gshell.commands" % "gshell-bsf" % "1.0-alpha-2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.gshell.commands', module='gshell-bsf', version='1.0-alpha-2')
)
Apache Ivy
<dependency org="org.apache.geronimo.gshell.commands" name="gshell-bsf" rev="1.0-alpha-2" />
Leiningen
[org.apache.geronimo.gshell.commands/gshell-bsf "1.0-alpha-2"]
Apache Buildr
'org.apache.geronimo.gshell.commands:gshell-bsf:jar:1.0-alpha-2'