blob: 309fa7fce75d014d40f8d3ba28f4899ee9905668 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Wink - Downloads</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<link href="images/favicon.ico" rel="shortcut icon"/>
<style type="text/css" media="all">@import
url(css/site.css);</style>
</head>
<body class="composite">
<div id="banner">
<a href="http://incubator.apache.org/wink/" id="bannerLeft">
<img src="images/apache-incubator-wink-white.PNG" alt="" />
</a>
<a href="http://incubator.apache.org" id="bannerRight">
<img src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
Last Published: 22-07-09 22:40
&nbsp;| Version: 0.1-SNAPSHOT
|
wink
</div>
<div class="xright"> <a href="">Repository</a>
|
<a href="http://svn.apache.org/viewvc/incubator/wink/" class="externalLink">SVN</a>
|
<a href="http://cwiki.apache.org/confluence/display/WINK/Index" class="externalLink">Wiki</a>
|
<a href="https://issues.apache.org/jira/browse/WINK" class="externalLink">Jira</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>Main</h5>
<ul>
<li class="none">
<a href="index.html">Introduction</a>
</li>
<li class="none">
<strong>Downloads</strong>
</li>
<li class="none">
<a href="documentation.html">Documentation</a>
</li>
<li class="none">
<a href="community.html">Community</a>
</li>
<li class="none">
<a href="faqs.html">FAQ</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<a href="project-info.html">Project Information</a>
</li>
</ul>
<a href="" title="" class="poweredBy">
<img alt="" src="images/white.jpg" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Apache Wink Downloads</h2>
<p>Wink is distributed in several formats for your convenience.</p>
<div class="section"><h3>Distribution Archive</h3>
<p><a href="https://repository.apache.org/content/repositories/snapshots/org/apache/wink/wink-dist/0.1-incubating-SNAPSHOT/wink-dist-0.1-incubating-SNAPSHOT.zip" class="externalLink">wink-dist-0.1-incubating-SNAPSHOT.zip</a> - contains the Wink server module, client module, extensions, all 3-rd party dependencies, server and client examples, documentation.</p>
</div>
<div class="section"><h3>Maven</h3>
<div class="section"><h4>Dependencies</h4>
<p>You can add the following dependencies to your Maven pom.xml to include the Apache Wink Client module and the Server module.</p>
<div class="section"><h5>Client</h5>
<div class="source"><pre>&lt;dependency&gt;
&lt;groupId&gt;org.apache.wink&lt;/groupId&gt;
&lt;artifactId&gt;wink-client&lt;/artifactId&gt;
&lt;version&gt;0.1-incubating-SNAPSHOT&lt;/version&gt;
&lt;/dependency&gt;</pre>
</div>
</div>
<div class="section"><h5>Server</h5>
<div class="source"><pre>&lt;dependency&gt;
&lt;groupId&gt;org.apache.wink&lt;/groupId&gt;
&lt;artifactId&gt;wink-server&lt;/artifactId&gt;
&lt;version&gt;0.1-incubating-SNAPSHOT&lt;/version&gt;
&lt;/dependency&gt;</pre>
</div>
</div>
</div>
<div class="section"><h4>Repository</h4>
<p>https://repository.apache.org/content/repositories/snapshots/org/apache/wink/</p>
</div>
</div>
</div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">&#169;
2009
The Apache Software Foundation
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>