📄 dependencies.apt
字号:
------------------------------
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -