blob: 05c2548c5d85ec8c8a20e6b4449079a722e41404 [file] [log] [blame]
-----
Downloads
-----
-----
May 2009
~~
~~ Licensed to the Apache Software Foundation (ASF) under one
~~ or more contributor license agreements. See the NOTICE file
~~ distributed with this work for additional information
~~ regarding copyright ownership. The ASF licenses this file
~~ to you under the Apache License, Version 2.0 (the
~~ "License"); you may not use this file except in compliance
~~ with the License. You may obtain a copy of the License at
~~
~~ http://www.apache.org/licenses/LICENSE-2.0
~~
~~ Unless required by applicable law or agreed to in writing,
~~ software distributed under the License is distributed on an
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~~ KIND, either express or implied. See the License for the
~~ specific language governing permissions and limitations
~~ under the License.
~~
Apache Wink Downloads
Wink is distributed in several formats for your convenience.
* Distribution Archive
{{{https://repository.apache.org/content/repositories/snapshots/org/apache/wink/wink-dist/0.1-incubating-SNAPSHOT/wink-dist-0.1-incubating-SNAPSHOT.zip}wink-dist-0.1-incubating-SNAPSHOT.zip}} - contains the Wink server module, client module, extensions, all 3-rd party dependencies, server and client examples, documentation.
* Maven
** Dependencies
You can add the following dependencies to your Maven pom.xml to include the Apache Wink Client module and the Server module.
*** Client
---------------------------------------
<dependency>
<groupId>org.apache.wink</groupId>
<artifactId>wink-client</artifactId>
<version>0.1-incubating-SNAPSHOT</version>
</dependency>
---------------------------------------
*** Server
---------------------------------------
<dependency>
<groupId>org.apache.wink</groupId>
<artifactId>wink-server</artifactId>
<version>0.1-incubating-SNAPSHOT</version>
</dependency>
---------------------------------------
** Repository
https://repository.apache.org/content/repositories/snapshots/org/apache/wink/