b

bsh-classpath

BeanShell classpath
文件下载
文件名 操作
bsh-classpath-2.0b4.jar 下载
bsh-classpath-2.0b4.pom 下载
Apache Maven
<dependency>
  <groupId>org.beanshell</groupId>
  <artifactId>bsh-classpath</artifactId>
  <version>2.0b4</version>
</dependency>
Gradle Groovy
implementation 'org.beanshell:bsh-classpath:2.0b4'
Gradle Kotlin
implementation("org.beanshell:bsh-classpath:2.0b4")
Scala SBT
libraryDependencies += "org.beanshell" % "bsh-classpath" % "2.0b4"
Groovy Grape
@Grapes(
  @Grab(group='org.beanshell', module='bsh-classpath', version='2.0b4')
)
Apache Ivy
<dependency org="org.beanshell" name="bsh-classpath" rev="2.0b4" />
Leiningen
[org.beanshell/bsh-classpath "2.0b4"]
Apache Buildr
'org.beanshell:bsh-classpath:jar:2.0b4'