| 组织ID: |
commons-jelly |
| 项目ID: |
commons-jelly-tags-velocity |
| 版本: |
20040902.073917 |
| 最后修改时间: |
2018-10-01 11:38:51 |
| 包类型: |
jar |
| 标题: |
commons-jelly-tags-velocity |
| 描述: |
This is a Jelly interface for Velocity. |
| 大小: |
10.10KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
<version>20040902.073917</version>
</dependency>
|
| Gradle引入代码: |
commons-jelly:commons-jelly-tags-velocity:20040902.073917
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jelly-tags-velocity</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
<name>commons-jelly-tags-velocity</name>
<version>20040902.073917</version>
<description>This is a Jelly interface for Velocity.</description>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jelly.tags.velocity.JellyContextAdapter.class
org.apache.commons.jelly.tags.velocity.MergeTag.class
org.apache.commons.jelly.tags.velocity.VelocityTagLibrary.class
org.apache.commons.jelly.tags.velocity.VelocityTagSupport.class
META-INF/LICENSE.txt
|
| 依赖Jar: |
commons-jelly-SNAPSHOT.jar
/commons-jelly/commons-jelly/SNAPSHOT
查看commons-jelly所有版本文件
velocity-1.3.jar
/velocity/velocity/1.3
查看velocity所有版本文件
|