| 组织ID: |
commons-jelly |
| 项目ID: |
commons-jelly-tags-beanshell |
| 版本: |
20040902.071629 |
| 最后修改时间: |
2019-09-11 11:59:54 |
| 包类型: |
jar |
| 标题: |
commons-jelly-tags-beanshell |
| 描述: |
This is a Jelly interface for BeanShell. |
| 大小: |
10.24KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-beanshell</artifactId>
<version>20040902.071629</version>
</dependency>
|
| Gradle引入代码: |
commons-jelly:commons-jelly-tags-beanshell:20040902.071629
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jelly-tags-beanshell</groupId>
<artifactId>commons-jelly-tags-beanshell</artifactId>
<name>commons-jelly-tags-beanshell</name>
<version>20040902.071629</version>
<description>This is a Jelly interface for BeanShell.</description>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<groupId>bsh</groupId>
<artifactId>bsh</artifactId>
<version>1.2-b3</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-junit</artifactId>
<version>SNAPSHOT</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jelly.tags.beanshell.BeanShellExpression.class
org.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory.class
org.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary.class
org.apache.commons.jelly.tags.beanshell.JellyInterpreter.class
org.apache.commons.jelly.tags.beanshell.ScriptTag.class
META-INF/LICENSE.txt
|
| 依赖Jar: |
commons-jelly-SNAPSHOT.jar
/commons-jelly/commons-jelly/SNAPSHOT
查看commons-jelly所有版本文件
bsh-1.2-b3.jar
/bsh/bsh/1.2-b3
查看bsh所有版本文件
commons-jelly-tags-junit-SNAPSHOT.jar
/commons-jelly/commons-jelly-tags-junit/SNAPSHOT
查看commons-jelly-tags-junit所有版本文件
|