ms.semanticcms-news-taglib.1.7.0.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 semanticcms-news-taglib Show documentation
Show all versions of semanticcms-news-taglib Show documentation
SemanticCMS newsfeeds in a JSP environment.
The newest version!
/*
* semanticcms-news-taglib - SemanticCMS newsfeeds in a JSP environment.
* Copyright (C) 2021, 2022, 2023 AO Industries, Inc.
* [email protected]
* 7262 Bull Pen Cir
* Mobile, AL 36695
*
* This file is part of semanticcms-news-taglib.
*
* semanticcms-news-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.
*
* semanticcms-news-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 semanticcms-news-taglib. If not, see .
*/
module com.semanticcms.news.taglib {
exports com.semanticcms.news.taglib;
// Direct
requires com.aoapps.encoding; // com.aoapps ao-encoding
requires com.aoapps.encoding.servlet; // com.aoapps ao-encoding-servlet
requires com.aoapps.html; // com.aoapps ao-fluent-html
requires com.aoapps.html.any; // com.aoapps ao-fluent-html-any
requires com.aoapps.lang; // com.aoapps ao-lang
requires com.aoapps.servlet.filter; // com.aoapps ao-servlet-filter
requires com.aoapps.taglib; // com.aoapps ao-taglib
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
requires org.joda.time; // joda-time joda-time
requires com.semanticcms.core.model; // com.semanticcms semanticcms-core-model
requires com.semanticcms.core.servlet; // com.semanticcms semanticcms-core-servlet
requires com.semanticcms.core.taglib; // com.semanticcms semanticcms-core-taglib
requires com.semanticcms.news.model; // com.semanticcms semanticcms-news-model
requires com.semanticcms.news.servlet; // com.semanticcms semanticcms-news-servlet
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy