Apache Wink Downloads


Apache Wink is distributed in several formats for your convenience.

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.

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


Download Apache Wink 1.4.0

NameArchiveMD5SHA-1Signature
Wink-1.4.0 (tar.gz)tar.gzMD5 SHA-1 ASC
Wink-1.4.0 (zip) zip MD5 SHA-1 ASC
Wink-1.4.0 (Source tar.gz) tar.gz MD5 SHA-1 ASC
Wink-1.4.0 (Source zip) zip MD5 SHA-1 ASC
Release Notes 1.4.0
KEYS KEYS

Instructions for checking hashes and signatures is indicated on the Verifying Apache Software Foundation Releases page.

You can also retrieve the source files from our svn repository by typing :

svn co http://svn.apache.org/repos/asf/wink/tags/wink-1.4.0/

Using Maven

We strongly encourage our users to configure a Maven repository mirror closer to their location, please read How to Use Mirrors for Repositories. Dependencies

Add the following dependencies to your Maven pom.xml to include the Apache Wink Client module or the Server module.

Server:
<dependency>
    <groupId>org.apache.wink</groupId>
    <artifactId>wink-server</artifactId>
    <version>1.4.0</version>
</dependency>
Client:
<dependency>
    <groupId>org.apache.wink</groupId>
    <artifactId>wink-client</artifactId>
    <version>1.4.0</version>
</dependency>

Previous Releases

All previous releases of Apache Wink can be found in the archives.