dependencies.apt
来自「一个比较不错的java分页标签,有源代码,开发者 可以学习学习」· APT 代码 · 共 36 行
APT
36 行
------------------------------
Dependencies
------------------------------
Fabrizio Giustina
------------------------------
27-12-2005
------------------------------
Dependencies
see {{{displaytag/dependencies.html}displaytag/dependencies.html}} for the list of dependencies needed by displaytag.
If you use maven 2 in your project all you need to do is adding the following to the dependencies section in your POM.
Maven will take care of including all the needed libraries for you.
+--------------------------------------------------------------------------+
<dependency>
<groupId>displaytag</groupId>
<artifactId>displaytag</artifactId>
<version>1.1</version>
</dependency>
+--------------------------------------------------------------------------+
* Optional modules
Starting from the 1.1 release optional modules are distributed as additional jars. Any module could require additional
dependencies:
* {{{displaytag-portlet/dependencies.html}displaytag portlet}}
* {{{displaytag-export-poi/dependencies.html}displaytag excel export module}}
[]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?