| 组织ID: |
org.jvnet.hudson |
| 项目ID: |
commons-jelly-tags-define |
| 版本: |
1.0.1-hudson-20071021 |
| 最后修改时间: |
2018-07-26 16:58:22 |
| 包类型: |
jar |
| 标题: |
commons-jelly-tags-define |
| 描述: |
The Jelly Define Tag Library |
| 大小: |
22.20KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<version>1.0.1-hudson-20071021</version>
</dependency>
|
| Gradle引入代码: |
org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<name>commons-jelly-tags-define</name>
<version>1.0.1-hudson-20071021</version>
<description>The Jelly Define Tag Library</description>
<dependencies>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.1-hudson-20071021</version>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-dynabean</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-junit</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-log</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src/java</sourceDirectory>
<testSourceDirectory>${basedir}/src/test</testSourceDirectory>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
</resources>
</build>
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>local-repository</id>
<url>file:${path-to-m2-repo.java.net}</url>
</repository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jelly.tags.define.AttributeTag.class
org.apache.commons.jelly.tags.define.BeanTag$1.class
org.apache.commons.jelly.tags.define.BeanTag.class
org.apache.commons.jelly.tags.define.ClassLoaderTag.class
org.apache.commons.jelly.tags.define.DefineTagLibrary.class
org.apache.commons.jelly.tags.define.DefineTagSupport.class
org.apache.commons.jelly.tags.define.DynaBeanTag$1.class
org.apache.commons.jelly.tags.define.DynaBeanTag.class
org.apache.commons.jelly.tags.define.ExtendTag.class
org.apache.commons.jelly.tags.define.InvokeBodyTag.class
org.apache.commons.jelly.tags.define.InvokeTag.class
org.apache.commons.jelly.tags.define.JellyBeanTag.class
org.apache.commons.jelly.tags.define.ScriptTag.class
org.apache.commons.jelly.tags.define.SuperTag.class
org.apache.commons.jelly.tags.define.TaglibTag.class
org.apache.commons.jelly.tags.define.TagTag.class
project.properties
target/classes/project.properties
META-INF/maven/org.jvnet.hudson/commons-jelly-tags-define/pom.xml
META-INF/maven/org.jvnet.hudson/commons-jelly-tags-define/pom.properties
|
| 依赖Jar: |
commons-jelly-1.1-hudson-20071021.jar
/${groupId}/commons-jelly/1.1-hudson-20071021
查看commons-jelly所有版本文件
dom4j-1.6.1.jar
/dom4j/dom4j/1.6.1
查看dom4j所有版本文件
commons-jelly-tags-dynabean-1.0.jar
/commons-jelly/commons-jelly-tags-dynabean/1.0
查看commons-jelly-tags-dynabean所有版本文件
commons-jelly-tags-junit-1.0.jar
/commons-jelly/commons-jelly-tags-junit/1.0
查看commons-jelly-tags-junit所有版本文件
commons-jelly-tags-log-1.0.jar
/commons-jelly/commons-jelly-tags-log/1.0
查看commons-jelly-tags-log所有版本文件
commons-jelly-tags-xml-1.0.jar
/commons-jelly/commons-jelly-tags-xml/1.0
查看commons-jelly-tags-xml所有版本文件
commons-cli-1.0.jar
/commons-cli/commons-cli/1.0
查看commons-cli所有版本文件
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
|