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

ms.semanticcms-view-what-links-here.1.7.0.source-code.module-info Maven / Gradle / Ivy

/*
 * semanticcms-view-what-links-here - SemanticCMS view of which pages and elements link to the current page.
 * Copyright (C) 2021, 2022  AO Industries, Inc.
 *     [email protected]
 *     7262 Bull Pen Cir
 *     Mobile, AL 36695
 *
 * This file is part of semanticcms-view-what-links-here.
 *
 * semanticcms-view-what-links-here 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-view-what-links-here 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-view-what-links-here.  If not, see .
 */
module com.semanticcms.view.whatlinkshere {
  exports com.semanticcms.view.whatlinkshere;
  // Direct
  requires com.aoapps.html.servlet; // com.aoappsao-fluent-html-servlet
  requires com.aoapps.lang; // com.aoappsao-lang
  requires javax.servlet.api; // javax.servletjavax.servlet-api
  requires javax.servlet.jsp.api; // javax.servlet.jspjavax.servlet.jsp-api
  requires com.semanticcms.core.model; // com.semanticcmssemanticcms-core-model
  requires com.semanticcms.core.servlet; // com.semanticcmssemanticcms-core-servlet
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy