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

resources.commons-xdoc-templates.download-page-body.xml Maven / Gradle / Ivy

Go to download

Apache Maven Mojo for Apache Commons Build tasks. For example: mvn commons-build:download-page [-Dcommons.release.version=1.2.3] To use a SNAPSHOT version (for testing etc) mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]

There is a newer version: 1.14.1
Show newest version
    <section name="@NAME@ @VERSION@ @RELDESC@">
      <subsection name="Binaries">
        <table>
          <tr>
              <td><a href="[preferred]/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">@FINAL_NAME@@[email protected]</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">md5</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">pgp</a></td>
          </tr>
          <tr>
              <td><a href="[preferred]/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">@FINAL_NAME@@[email protected]</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">md5</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@[email protected]">pgp</a></td>
          </tr>
        </table>
      </subsection>
      <subsection name="Source">
        <table>
          <tr>
              <td><a href="[preferred]/commons/@ID@/@SRCDIR@/@[email protected]">@[email protected]</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">md5</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">pgp</a></td>
          </tr>
          <tr>
              <td><a href="[preferred]/commons/@ID@/@SRCDIR@/@[email protected]">@[email protected]</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">md5</a></td>
              <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@[email protected]">pgp</a></td>
          </tr>
        </table>
      </subsection>
    </section>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy