Skip to content

Commit

Permalink
Update GH-Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 13, 2025
1 parent 3343a23 commit 8b3e975
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
<div id="header">
<h1>Neo4j JDBC Driver</h1>
<div class="details">
<span id="revdate">2025-01-13T08:43:41Z</span>
<span id="revdate">2025-01-13T10:09:14Z</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -793,7 +793,7 @@ <h2 id="_usage">2. Usage</h2>
<div class="title">Listing 1. Using the full bundle as a runtime dependency inside a Gradle-based project</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="kotlin">dependencies {
runtimeOnly(org.neo4j:neo4j-jdbc-full-bundle:6.1.1-SNAPSHOT) <i class="conum" data-value="1"></i><b>(1)</b>
runtimeOnly(org.neo4j:neo4j-jdbc-full-bundle:6.1.2-SNAPSHOT) <i class="conum" data-value="1"></i><b>(1)</b>
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1192,7 +1192,7 @@ <h4 id="_individual_components">3.2.1. Individual components</h4>
<pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;dependency&gt;</span>
<span class="tag">&lt;groupId&gt;</span>org.neo4j<span class="tag">&lt;/groupId&gt;</span>
<span class="tag">&lt;artifactId&gt;</span>neo4j-jdbc<span class="tag">&lt;/artifactId&gt;</span>
<span class="tag">&lt;version&gt;</span>6.1.1-SNAPSHOT<span class="tag">&lt;/version&gt;</span>
<span class="tag">&lt;version&gt;</span>6.1.2-SNAPSHOT<span class="tag">&lt;/version&gt;</span>
<span class="tag">&lt;/dependency&gt;</span></code></pre>
</div>
</div>
Expand All @@ -1203,7 +1203,7 @@ <h4 id="_individual_components">3.2.1. Individual components</h4>
<div class="title">Listing 11. Neo4j JDBC Driver as Gradle runtime dependency</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
runtimeOnly <span class="string"><span class="delimiter">'</span><span class="content">org.neo4j:neo4j-jdbc:6.1.1-SNAPSHOT</span><span class="delimiter">'</span></span>
runtimeOnly <span class="string"><span class="delimiter">'</span><span class="content">org.neo4j:neo4j-jdbc:6.1.2-SNAPSHOT</span><span class="delimiter">'</span></span>
}</code></pre>
</div>
</div>
Expand All @@ -1216,7 +1216,7 @@ <h4 id="_individual_components">3.2.1. Individual components</h4>
<pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;dependency&gt;</span>
<span class="tag">&lt;groupId&gt;</span>org.neo4j<span class="tag">&lt;/groupId&gt;</span>
<span class="tag">&lt;artifactId&gt;</span>neo4j-jdbc-translator-impl<span class="tag">&lt;/artifactId&gt;</span>
<span class="tag">&lt;version&gt;</span>6.1.1-SNAPSHOT<span class="tag">&lt;/version&gt;</span>
<span class="tag">&lt;version&gt;</span>6.1.2-SNAPSHOT<span class="tag">&lt;/version&gt;</span>
<span class="tag">&lt;/dependency&gt;</span></code></pre>
</div>
</div>
Expand All @@ -1227,7 +1227,7 @@ <h4 id="_individual_components">3.2.1. Individual components</h4>
<div class="title">Listing 13. Gradle dependency for the default SQL to Cypher translator</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
runtimeOnly <span class="string"><span class="delimiter">'</span><span class="content">org.neo4j:neo4j-jdbc-translator-impl:6.1.1-SNAPSHOT</span><span class="delimiter">'</span></span>
runtimeOnly <span class="string"><span class="delimiter">'</span><span class="content">org.neo4j:neo4j-jdbc-translator-impl:6.1.2-SNAPSHOT</span><span class="delimiter">'</span></span>
}</code></pre>
</div>
</div>
Expand All @@ -1240,7 +1240,7 @@ <h4 id="small_bundle">3.2.2. Small bundle</h4>
The coordinates of this bundle are <code>org.neo4j:neo4j-jdbc-bundle</code> and you can download it from Maven central:</p>
</div>
<div class="paragraph">
<p><a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-bundle-6.1.1-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-bundle-6.1.1-SNAPSHOT.jar</a></p>
<p><a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-bundle-6.1.2-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-bundle-6.1.2-SNAPSHOT.jar</a></p>
</div>
<div class="admonitionblock tip">
<table>
Expand All @@ -1264,7 +1264,7 @@ <h4 id="_full_bundle">3.2.3. Full bundle</h4>
Its coordinates are <code>org.neo4j:neo4j-jdbc-full-bundle</code> and you can download it from Maven central here:</p>
</div>
<div class="paragraph">
<p><a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-full-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-full-bundle-6.1.1-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-full-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-full-bundle-6.1.1-SNAPSHOT.jar</a></p>
<p><a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-full-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-full-bundle-6.1.2-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-full-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-full-bundle-6.1.2-SNAPSHOT.jar</a></p>
</div>
</div>
<div class="sect3">
Expand All @@ -1273,7 +1273,7 @@ <h4 id="text2cypher_bundle">3.2.4. text2cypher bundle</h4>
<p>We also ship a very experimental bundle that we call <code>text2cypher</code>:</p>
</div>
<div class="paragraph">
<p><a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.1-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.1-SNAPSHOT.jar</a></p>
<p><a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.2-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.2-SNAPSHOT.jar</a></p>
</div>
<div class="paragraph">
<p>See <a href="#">Neo4j JDBC Driver</a> more information.</p>
Expand Down Expand Up @@ -3914,7 +3914,7 @@ <h2 id="text2cypher">7. text2cypher</h2>
<p>All that statements that do not start with 🤖 will be used as-is and treated as Cypher.</p>
</div>
<div class="paragraph">
<p>Get the full, ready to use bundle here: <a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.1-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.1-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.1-SNAPSHOT.jar</a>. More information in <a href="#available_bundles">Available bundles</a>.</p>
<p>Get the full, ready to use bundle here: <a href="https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.2-SNAPSHOT.jar" class="bare">https://repo.maven.apache.org/maven2/org/neo4j/neo4j-jdbc-text2cypher-bundle/6.1.2-SNAPSHOT/neo4j-jdbc-text2cypher-bundle-6.1.2-SNAPSHOT.jar</a>. More information in <a href="#available_bundles">Available bundles</a>.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -4178,7 +4178,7 @@ <h4 id="_flattening">C.1.2. Flattening</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-13 08:43:46 UTC
Last updated 2025-01-13 10:09:19 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 8b3e975

Please sign in to comment.