This project has retired. For details please refer to its Attic page.
Apache Any23 – Apache Any23 - Download

Download Apache Any23

Apache Any23 is distributed in several formats for your convenience. Use a source archive if you intend to build Apache Any23 yourself. Otherwise, simply pick a ready-made binary distribution and follow the installation instructions given inside the archives.

You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.

In order to guard against corrupted downloads/installations, it is highly recommended to verify the signature of the release bundles against the public KEYS used by the Apache Any23 developers.

Apache Any23 is distributed under the Apache License, version 2.0.

Apache Any23 Maven Artifacts

You can use Any23 as a Maven dependency. See the most recent release artifacts on Maven Central. For example you could add the apache-any23-core artifact to your project POM as follows:

<dependency>
    <groupId>org.apache.any23</groupId>
    <artifactId>apache-any23-core</artifactId>
    <version>2.7</version>
</dependency>

Also see dependency information for defining Any23 as a dependency in other popular build systems.

Apache Any23 Sources

Mirror Download ASCII Signature SHA512 Checksum
Apache Any23 2.7 (Source tar.gz) apache-any23-2.7-src.tar.gz apache-any23-2.7-src.tar.gz.asc apache-any23-2.7-src.tar.gz.sha512
Apache Any23 2.7 (Source zip) apache-any23-2.7-src.zip apache-any23-2.7-src.zip.asc apache-any23-2.7-src.zip.sha512

Apache Any23 Command Line Interface

Mirror Download ASCII Signature SHA512 Checksum
Apache Any23 2.7 CLI (Binary tar.gz) apache-any23-cli-2.7.tar.gz apache-any23-cli-2.7.tar.gz.asc apache-any23-cli-2.7.tar.gz.sha512
Apache Any23 2.7 CLI (Binary zip) apache-any23-cli-2.7.zip apache-any23-cli-2.7.zip.asc apache-any23-cli-2.7.zip.sha512

Apache Any23 Plugins

plugins

Various plugins were made available for Any23 releases prior to 2.4. As of 2.4, this is not longer the case. Reasoning behind this relates to the size of the artifcts post introduction of the Open Information Extraction (Open IE) module. This grew the artifacts to ~1GB which became too large to distribute across the Apache global mirror network.

Any23 plugins can be obtained by downloading and building from source.

Plugin artifacts prior to 2.4 can be found in the Apache Any23 Artifact Archive.

Apache Any23 Service

WAR packages

Various WAR artifacts were made available for Any23 releases prior to 2.2. Post 2.2, this is not longer the case. Reasoning behind this relates to the size of the WAR artifcts post introduction of the Open Information Extraction (Open IE) module. This grew the artifacts to ~1GB which became too large to distribute across the Apache global mirror network.

The Any23 WAR artifact can be obtained by downloading ans building from source.

WAR artifacts prior to 2.2 can be found in the Apache Any23 Artifact Archive.

For users merely wanting to see what the Any23 Service looks like and does, visit .

Verify Releases

It is essential that you verify the integrity of the downloaded files using the PGP, and/or SHA signatures. published with every Any23 release. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases. We strongly recommend you verify your downloads with at least PGP Guidance for doing so is provided below.

PGP Signatures

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. N.B. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following example

$ gpg --import KEYS
$ gpg --verify apache-any23-2.7-src.tar.gz.asc apache-any23-2.7-src.tar.gz

The files in the most recent release are signed by Lewis John McGibbney (CODE SIGNING KEY) lewismc@apache.org 48BAEBF6

SHA512 Signatures

Alternatively, you can verify the SHA512 signatures on the files. A unix program called md5 or md5sum is included in many unix distributions. Use the following example

$ sha512sum apache-any23-2.7-src.tar.gz

... output should match the string in apache-any23-2.7-src.tar.gz.sha512