|
1 | 1 | <h1>
|
2 | 2 | <a id="user-content-core-features" class="anchor" href="#core-features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Core Features</h1>
|
3 | 3 |
|
4 |
| -<p>The latest release is v0.2.7, more detail changes about it can be found from <a href="downloads.html">Release History</a>.</p> |
| 4 | +<p>The latest release is v0.3.0, more detail changes about it can be found from <a href="downloads.html">Release History</a>.</p> |
5 | 5 |
|
6 | 6 | <ol>
|
7 | 7 | <li>Compatible with <a href="https://github.com/ring-clojure/ring/blob/master/SPEC">Ring</a> and obviously supports those Ring based frameworks, such as Compojure etc.</li>
|
|
40 | 40 | <<span class="pl-ent">url</span>>http://clojars.org/repo</<span class="pl-ent">url</span>>
|
41 | 41 | </<span class="pl-ent">repository</span>></pre></div>
|
42 | 42 |
|
43 |
| -<p>After adding clojars repository, you can reference nginx-clojure 0.2.7 , e.g.</p> |
| 43 | +<p>After adding clojars repository, you can reference nginx-clojure 0.3.0 , e.g.</p> |
44 | 44 |
|
45 | 45 | <h2>
|
46 | 46 | <a id="user-content--leiningen-clojure-no-need-to-add-clojars-repository-which-is-a-default-repository-for-leiningen-" class="anchor" href="#-leiningen-clojure-no-need-to-add-clojars-repository-which-is-a-default-repository-for-leiningen-" aria-hidden="true"><span class="octicon octicon-link"></span></a> Leiningen (clojure, no need to add clojars repository which is a default repository for Leiningen) </h2>
|
47 | 47 |
|
48 |
| -<div class="highlight highlight-clojure"><pre>[nginx-clojure <span class="pl-s1"><span class="pl-pds">"</span>0.2.7<span class="pl-pds">"</span></span>]</pre></div> |
| 48 | +<div class="highlight highlight-clojure"><pre>[nginx-clojure <span class="pl-s1"><span class="pl-pds">"</span>0.3.0<span class="pl-pds">"</span></span>]</pre></div> |
49 | 49 |
|
50 | 50 | <h2>
|
51 | 51 | <a id="user-content-gradle-groovyjava" class="anchor" href="#gradle-groovyjava" aria-hidden="true"><span class="octicon octicon-link"></span></a>Gradle (groovy/java)</h2>
|
52 | 52 |
|
53 |
| -<pre><code>compile "nginx-clojure:nginx-clojure:0.2.7" |
| 53 | +<pre><code>compile "nginx-clojure:nginx-clojure:0.3.0" |
54 | 54 | </code></pre>
|
55 | 55 |
|
56 | 56 | <h2>
|
|
59 | 59 | <div class="highlight highlight-xml"><pre><<span class="pl-ent">dependency</span>>
|
60 | 60 | <<span class="pl-ent">groupId</span>>nginx-clojure</<span class="pl-ent">groupId</span>>
|
61 | 61 | <<span class="pl-ent">artifactId</span>>nginx-clojure</<span class="pl-ent">artifactId</span>>
|
62 |
| - <<span class="pl-ent">version</span>>0.2.7</<span class="pl-ent">version</span>> |
| 62 | + <<span class="pl-ent">version</span>>0.3.0</<span class="pl-ent">version</span>> |
63 | 63 | </<span class="pl-ent">dependency</span>></pre></div>
|
64 | 64 |
|
65 | 65 | <h1>
|
|
0 commit comments