You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by vk...@apache.org on 2021/05/07 21:37:52 UTC

[ignite-website] branch master updated: Restore Git Repository and Extensions sections

This is an automated email from the ASF dual-hosted git repository.

vkulichenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 61b0b0c  Restore Git Repository and Extensions sections
61b0b0c is described below

commit 61b0b0c79d919784f9e43b1c6952606361ccac5c
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Fri May 7 14:37:44 2021 -0700

    Restore Git Repository and Extensions sections
---
 download.html | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/download.html b/download.html
index 489b6ca..8fe2091 100644
--- a/download.html
+++ b/download.html
@@ -915,6 +915,29 @@ under the License.
             </pre>
         </section><!-- verification -->
 
+        <section id="git-repository" class="page-section">
+            <h2>GIT Repository</h2>
+            <pre class="line-numbers"><code class="language-bash">
+           $ git clone https://gitbox.apache.org/repos/asf/ignite
+        </code></pre>
+        </section><!-- git-repository -->
+
+        <section id="extensions" class="page-section">
+            <h2>Extensions</h2>
+            <pre class="line-numbers"><code class="language-xml">
+    &lt;dependency>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId>org.apache.ignite&lt;/groupId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId>ignite-spring-boot-autoconfigure-ext&lt;/artifactId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;version>1.0.0&lt;/version>
+    &lt;/dependency>
+    &lt;dependency>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId>org.apache.ignite&lt;/groupId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId>ignite-spring-boot-thin-client-autoconfigure-ext&lt;/artifactId>
+    &nbsp;&nbsp;&nbsp;&nbsp;&lt;version>1.0.0&lt;/version>
+    &lt;/dependency>
+    </code></pre>
+        </section><!-- extensions -->
+
         <section id="3rdparty" class="page-section">
             <h2>3<sup>rd</sup> Party Binaries</h2>