Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Updating Download Page #52

Merged
merged 1 commit into from Apr 2, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 29 additions & 15 deletions download/index.html
Expand Up @@ -11,7 +11,7 @@ <h1>Get the Gear to Go Mobile!</h1>
<h2>AeroGear.js</h2>
<div>
Current version - 1.0.0
<ul>
<ul class="aerogear-list">
<li><a href="../files/aerogear-js/aerogear.zip" target="_blank">Zip</a></li>
<li><a href="custom/">Create a custom build</a></li>
</ul>
Expand All @@ -21,19 +21,33 @@ <h2>AeroGear.js</h2>
<h2>AeroGear iOS</h2>
<div>
Library - 1.0.0
<ul>
<ul class="aerogear-list">
<li><a href="https://github.com/aerogear/aerogear-ios/zipball/1.0.0" target="_blank">Zip</a></li>
<li><a href="http://cocoapods.org/?q=AeroGear" target="_blank">CocoaPod</a></li>
</ul>
Xcode Template - 1.0.0
<ul>
<ul class="aerogear-list">
<li><a href="https://github.com/aerogear/aerogear-ios-xcode-template/zipball/1.0.0" target="_blank">Zip</a></li>
</ul>
</div>
</div>
<div class="span6">
<h2>AeroGear Android</h2>
<div>Coming Soon!</div>
<ul class="aerogear-list">
<li><a href="https://github.com/aerogear/aerogear-android/archive/1.0.0.zip">Download Now</a> v1.0.0</li>
<li><strong>Grab it from Maven Central</strong>
<div>
<pre>
&lt;dependency&gt;
&lt;groupId&gt;org.jboss.aerogear&lt;/groupId&gt;
&lt;artifactId&gt;aerogear-android&lt;/artifactId&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;type&gt;apklib&lt;/type&gt;
&lt;/dependency&gt;
</pre>
</div>
</li>
</ul>
</div>
</div>
<div class="span6">
Expand All @@ -43,18 +57,18 @@ <h2>AeroGear Controller</h2>
Current Version - 1.0.0<br>
<strong>Grab it from Maven Central</strong>
<pre>
&lt;dependency>
&lt;groupId>org.jboss.aerogear&lt;/groupId>
&lt;artifactId>aerogear-controller&lt;/artifactId>
&lt;version>1.0.0&lt;/version>
&lt;/dependency></pre>
&lt;dependency&gt;
&lt;groupId&gt;org.jboss.aerogear&lt;/groupId&gt;
&lt;artifactId&gt;aerogear-controller&lt;/artifactId&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;/dependency&gt;</pre>
</div>
</div>
<div class="span6">
<h2>AeroGear Security</h2>
<div>
<strong>iOS-OTP</strong> - 1.0.0
<ul>
<ul class="aerogear-list">
<li><a href="https://github.com/aerogear/aerogear-otp-ios/archive/1.0.0.zip" target="_blank">Zip</a></li>
<li><a href="http://cocoapods.org/?q=AeroGear-OTP" target="_blank">CocoaPod</a></li>
</ul>
Expand All @@ -63,11 +77,11 @@ <h2>AeroGear Security</h2>
<strong>Java-OTP</strong> - 1.0.0.M8<br>
<strong>Grab it from Maven Central</strong>
<pre>
&lt;dependency>
&lt;groupId>org.jboss.aerogear&lt;/groupId>
&lt;artifactId>aerogear-otp-java&lt;/artifactId>
&lt;version>1.0.0.M8&lt;/version>
&lt;/dependency></pre>
&lt;dependency&gt;
&lt;groupId&gt;org.jboss.aerogear&lt;/groupId&gt;
&lt;artifactId&gt;aerogear-otp-java&lt;/artifactId&gt;
&lt;version&gt;1.0.0.M8&lt;/version&gt;
&lt;/dependency&gt;</pre>
</div>
</div>
</div>
Expand Down