This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch web-site
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/web-site by this push:
new 8c2f6b6 1.0.0. fixes.
8c2f6b6 is described below
commit 8c2f6b6ee4625a964bf698f22d19400b197a9452
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Mar 3 21:53:05 2023 +0400
1.0.0. fixes.
---
feed.xml | 2 +-
index.html | 2 +-
installation.html | 14 ++++----------
3 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/feed.xml b/feed.xml
index bf3b113..c55a700 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml"
rel="self" type="application/atom+xml" /><link href="http://localhost:4000/"
rel="alternate" type="text/html"
/><updated>2023-03-02T09:48:25+04:00</updated><id>http://localhost:4000/feed.xml</id><title
type="html">Apache NLPCraft</title></feed>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.2.2">Jekyll</generator><link href="http://localhost:4000/feed.xml"
rel="self" type="application/atom+xml" /><link href="http://localhost:4000/"
rel="alternate" type="text/html"
/><updated>2023-03-03T21:51:20+04:00</updated><id>http://localhost:4000/feed.xml</id><title
type="html">Apache NLPCraft</title></feed>
\ No newline at end of file
diff --git a/index.html b/index.html
index 5543f9e..c810306 100644
--- a/index.html
+++ b/index.html
@@ -15,4 +15,4 @@
limitations under the License.
-->
-<!doctype html><html lang="en"> <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1"></script>
<script> window.dataLayer = window.dataLayer || []; function
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config',
'UA-180663034-1'); </script><meta charset="utf-8"><meta
http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta
name="description" content="An open sourc [...]
+<!doctype html><html lang="en"> <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1"></script>
<script> window.dataLayer = window.dataLayer || []; function
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config',
'UA-180663034-1'); </script><meta charset="utf-8"><meta
http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta
name="description" content="An open sourc [...]
diff --git a/installation.html b/installation.html
index 3e4dd93..0570937 100644
--- a/installation.html
+++ b/installation.html
@@ -15,21 +15,15 @@
limitations under the License.
-->
-<!doctype html><html lang="en"> <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1"></script>
<script> window.dataLayer = window.dataLayer || []; function
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config',
'UA-180663034-1'); </script><meta charset="utf-8"><meta
http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta
name="description" content="An open sourc [...]
+<!doctype html><html lang="en"> <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1"></script>
<script> window.dataLayer = window.dataLayer || []; function
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config',
'UA-180663034-1'); </script><meta charset="utf-8"><meta
http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta
name="description" content="An open sourc [...]
+ libraryDependencies += "org.apache.nlpcraft" % "nlpcraft"
% "1.0.0"
+ </pre></div><div class="tab-pane fade" id="nav-maven"
role="tabpanel"><pre class="brush: xml">
<dependency>
<groupId>org.apache.nlpcraft</groupId>
<artifactId>nlpcraft</artifactId>
<version>1.0.0</version>
</dependency>
- </pre></div><div class="tab-pane fade" id="nav-grape"
role="tabpanel"><pre class="brush: java">
- @Grab ('org.apache.nlpcraft:nlpcraft:1.0.0')
- </pre></div><div class="tab-pane fade" id="nav-gradle"
role="tabpanel"><pre class="brush: java">
- dependencies {
- runtime group: 'org.apache.nlpcraft', name:
'nlpcraft', version: '1.0.0'
- }
- </pre></div><div class="tab-pane fade" id="nav-sbt"
role="tabpanel"><pre class="brush: scala">
- libraryDependencies += "org.apache.nlpcraft" % "nlpcraft"
% "1.0.0"
- </pre></div></div><p> <b>NOTE:</b>
<code><b>1.0.0</b></code> is the latest version.</p></section><section
id="install"><h2 class="section-title">Installation From Source Code<a
href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2><p> To
built and install NLPCraft from the source code:</p><ul><li> If you <a
href="/download.html">downloaded</a> binary ZIP archive - <a target="asf"
href="https://www.apache.org/dyn/closer.cgi#verify">verify</a> it and un [...]
+ </pre></div></div><p> <b>NOTE:</b>
<code><b>1.0.0</b></code> is the latest version.</p></section><section
id="install"><h2 class="section-title">Installation From Source Code<a
href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2><p> To
built and install NLPCraft from the source code:</p><ul><li> If you <a
href="/download.html">downloaded</a> binary ZIP archive - <a target="asf"
href="https://www.apache.org/dyn/closer.cgi#verify">verify</a> it and un [...]
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / scalaVersion := "3.2.2"
lazy val root = (project in file("."))