-taglib.8.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ao-taglib Show documentation
Show all versions of ao-taglib Show documentation
Making JSP be what it should have been all along.
The newest version!
/*
* ao-taglib - Making JSP be what it should have been all along.
* Copyright (C) 2021, 2022 AO Industries, Inc.
* [email protected]
* 7262 Bull Pen Cir
* Mobile, AL 36695
*
* This file is part of ao-taglib.
*
* ao-taglib is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ao-taglib is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with ao-taglib. If not, see .
*/
module com.aoapps.taglib {
exports com.aoapps.taglib;
exports com.aoapps.taglib.legacy;
// Direct
requires com.aoapps.collections; // com.aoapps ao-collections
requires com.aoapps.encoding; // com.aoapps ao-encoding
requires com.aoapps.encoding.servlet; // com.aoapps ao-encoding-servlet
requires com.aoapps.encoding.taglib; // com.aoapps ao-encoding-taglib
requires com.aoapps.html.any; // com.aoapps ao-fluent-html-any
requires com.aoapps.html.servlet; // com.aoapps ao-fluent-html-servlet
requires com.aoapps.hodgepodge; // com.aoapps ao-hodgepodge
requires com.aoapps.io.buffer; // com.aoapps ao-io-buffer
requires com.aoapps.lang; // com.aoapps ao-lang
requires com.aoapps.net.types; // com.aoapps ao-net-types
requires com.aoapps.servlet.filter; // com.aoapps ao-servlet-filter
requires com.aoapps.servlet.lastmodified; // com.aoapps ao-servlet-last-modified
requires com.aoapps.servlet.util; // com.aoapps ao-servlet-util
requires com.aoapps.web.resources.registry; // com.aoapps ao-web-resources-registry
requires com.aoapps.web.resources.servlet; // com.aoapps ao-web-resources-servlet
requires static commons.beanutils; // commons-beanutils commons-beanutils
requires org.apache.commons.lang3; // org.apache.commons commons-lang3
requires javax.el.api; // javax.el javax.el-api
requires javax.servlet.api; // javax.servlet javax.servlet-api
requires javax.servlet.jsp.api; // javax.servlet.jsp javax.servlet.jsp-api
// Java SE
requires java.desktop;
requires java.logging;
}