All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-taglib.8.0.1.source-code.module-info Maven / Gradle / Ivy

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.aoappsao-collections
  requires com.aoapps.encoding; // com.aoappsao-encoding
  requires com.aoapps.encoding.servlet; // com.aoappsao-encoding-servlet
  requires com.aoapps.encoding.taglib; // com.aoappsao-encoding-taglib
  requires com.aoapps.html.any; // com.aoappsao-fluent-html-any
  requires com.aoapps.html.servlet; // com.aoappsao-fluent-html-servlet
  requires com.aoapps.hodgepodge; // com.aoappsao-hodgepodge
  requires com.aoapps.io.buffer; // com.aoappsao-io-buffer
  requires com.aoapps.lang; // com.aoappsao-lang
  requires com.aoapps.net.types; // com.aoappsao-net-types
  requires com.aoapps.servlet.filter; // com.aoappsao-servlet-filter
  requires com.aoapps.servlet.lastmodified; // com.aoappsao-servlet-last-modified
  requires com.aoapps.servlet.util; // com.aoappsao-servlet-util
  requires com.aoapps.web.resources.registry; // com.aoappsao-web-resources-registry
  requires com.aoapps.web.resources.servlet; // com.aoappsao-web-resources-servlet
  requires static commons.beanutils; // commons-beanutilscommons-beanutils
  requires org.apache.commons.lang3; // org.apache.commonscommons-lang3
  requires javax.el.api; // javax.eljavax.el-api
  requires javax.servlet.api; // javax.servletjavax.servlet-api
  requires javax.servlet.jsp.api; // javax.servlet.jspjavax.servlet.jsp-api
  // Java SE
  requires java.desktop;
  requires java.logging;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy