DataTables in Maven Repository.
DataTables in Maven Repository.

Hi. I am willing to use DataTables in my JSP for some pagination and sorting. I found this dependency on Maven Repo and I want to make sure if this is the right one.
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>datatables</artifactId>
<version>1.10.15</version>
</dependency>
Can someone confirm if this is the right one to do pagination and sorting in a JSP.
Thanks
This discussion has been closed.
Answers
This is very similar to your other thread. As I stated there, the fact that JSP is being used is irrelevant to DataTables. If that is the right way to use DataTables in Maven, then do so. I haven't used Maven myself, so I can't say.
Allan