1. 程式人生 > >struts2常用庫

struts2常用庫

div ring tid pac epo pid span PE repos

<!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-core -->
<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-core</artifactId>
    <version>2.3.16.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-spring-plugin 
--> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId> <version>2.3.15.3</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-convention-plugin --> <dependency
> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> <version>2.3.16.2</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.struts/struts2-dojo-plugin --> <dependency> <groupId
>org.apache.struts</groupId> <artifactId>struts2-dojo-plugin</artifactId> <version>2.3.32</version> </dependency>

struts2常用庫