组织ID: |
org.apache.struts |
项目ID: |
struts-tiles |
版本: |
1.3.8 |
最后修改时间: |
2018-07-23 21:10:35 |
包类型: |
jar |
标题: |
Struts Tiles |
大小: |
116.85KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-tiles</artifactId>
<version>1.3.8</version>
</dependency>
|
Gradle引入代码: |
org.apache.struts:struts-tiles:1.3.8
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?><project>
<parent>
<artifactId>struts-parent</artifactId>
<groupId>org.apache.struts</groupId>
<version>1.3.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.struts</groupId>
<artifactId>struts-tiles</artifactId>
<name>Struts Tiles</name>
<version>1.3.8</version>
<url>http://struts.apache.org</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/</developerConnection>
<url>http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/</url>
</scm>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
</testResources>
</build>
<profiles>
<profile>
<id>pre-assembly</id>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadoc</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-source</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
<version>1.3.8</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>net.sourceforge.maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
<configuration>
<taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir>
</configuration>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/struts.apache.org/1.x/struts-tiles</url>
</site>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
LICENSE.txt
META-INF/tld/struts-tiles.tld
NOTICE.txt
org/apache/struts/resources/tiles-config_1_1.dtd
org/apache/struts/resources/tiles-config_1_3.dtd
org.apache.struts.tiles.ActionController.class
org.apache.struts.tiles.actions.DefinitionDispatcherAction.class
org.apache.struts.tiles.actions.ReloadDefinitionsAction.class
org.apache.struts.tiles.actions.TilesAction.class
org.apache.struts.tiles.actions.ViewDefinitionsAction.class
org.apache.struts.tiles.AttributeDefinition.class
org.apache.struts.tiles.beans.MenuItem.class
org.apache.struts.tiles.beans.SimpleMenuItem.class
org/apache/struts/tiles/chain-config.xml
org.apache.struts.tiles.commands.TilesPreProcessor.class
org.apache.struts.tiles.ComponentContext.class
org.apache.struts.tiles.ComponentDefinition.class
org.apache.struts.tiles.ComponentDefinitionsFactory.class
org.apache.struts.tiles.Controller.class
org.apache.struts.tiles.ControllerSupport.class
org.apache.struts.tiles.definition.ComponentDefinitionsFactoryWrapper.class
org.apache.struts.tiles.definition.ReloadableDefinitionsFactory$ServletPropertiesMap.class
org.apache.struts.tiles.definition.ReloadableDefinitionsFactory.class
org.apache.struts.tiles.DefinitionAttribute.class
org.apache.struts.tiles.DefinitionNameAttribute.class
org.apache.struts.tiles.DefinitionsFactory.class
org.apache.struts.tiles.DefinitionsFactoryConfig.class
org.apache.struts.tiles.DefinitionsFactoryException.class
org.apache.struts.tiles.DefinitionsUtil$ServletPropertiesMap.class
org.apache.struts.tiles.DefinitionsUtil.class
org.apache.struts.tiles.DirectStringAttribute.class
org.apache.struts.tiles.FactoryNotFoundException.class
org.apache.struts.tiles.NoSuchDefinitionException.class
org.apache.struts.tiles.PathAttribute.class
org.apache.struts.tiles.RedeployableActionServlet.class
org.apache.struts.tiles.taglib.AddTag.class
org.apache.struts.tiles.taglib.AddTagParent.class
org.apache.struts.tiles.taglib.AttributeToScopeTag.class
org.apache.struts.tiles.taglib.ComponentConstants.class
org.apache.struts.tiles.taglib.DefinitionTag.class
org.apache.struts.tiles.taglib.DefinitionTagSupport.class
org.apache.struts.tiles.taglib.GetAttributeTag.class
org.apache.struts.tiles.taglib.GetTag.class
org.apache.struts.tiles.taglib.ImportAttributeTag.class
org.apache.struts.tiles.taglib.InitDefinitionsTag.class
org.apache.struts.tiles.taglib.InsertTag$DirectStringHandler.class
org.apache.struts.tiles.taglib.InsertTag$InsertHandler.class
org.apache.struts.tiles.taglib.InsertTag$TagHandler.class
org.apache.struts.tiles.taglib.InsertTag.class
org.apache.struts.tiles.taglib.PutListTag.class
org.apache.struts.tiles.taglib.PutListTagParent.class
org.apache.struts.tiles.taglib.PutTag.class
org.apache.struts.tiles.taglib.PutTagParent.class
org.apache.struts.tiles.taglib.UseAttributeTag.class
org.apache.struts.tiles.taglib.UseAttributeTei.class
org.apache.struts.tiles.taglib.util.TagUtils.class
org.apache.struts.tiles.TilesException.class
org.apache.struts.tiles.TilesPlugin.class
org.apache.struts.tiles.TilesRequestProcessor.class
org.apache.struts.tiles.TilesUtil.class
org.apache.struts.tiles.TilesUtilImpl.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
servlet-api-2.3.jar
/javax.servlet/servlet-api/2.3
查看servlet-api所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
struts-core-1.3.8.jar
/org.apache.struts/struts-core/1.3.8
查看struts-core所有版本文件
|