Skip to content

Commit

Permalink
Deploying to gh-pages - 12:20:07
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-dmytruk committed Apr 25, 2024
1 parent 531abee commit ad9212a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions snapshot/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ <h1 id="dependencies"><a class="anchor" href="#dependencies"></a>2 Dependencies<
<p> <div class="listingblock multi-language-sample">
<div class="title"></div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="gradle">annotationProcessor(<span class="hljs-string">"io.micronaut.json-schema:micronaut-json-schema-processor")</span></code></pre>
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="gradle">annotationProcessor(<span class="hljs-string">"io.micronaut.jsonschema:micronaut-json-schema-processor")</span></code></pre>
</div>
</div>
<div class="listingblock multi-language-sample">
<div class="title"></div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="maven">&lt;annotationProcessorPaths&gt;
&lt;path&gt;
&lt;groupId&gt;io.micronaut.json-schema&lt;/groupId&gt;
&lt;groupId&gt;io.micronaut.jsonschema&lt;/groupId&gt;
&lt;artifactId&gt;micronaut-json-schema-processor&lt;/artifactId&gt;
&lt;/path&gt;
&lt;/annotationProcessorPaths&gt;</code></pre>
Expand All @@ -183,13 +183,13 @@ <h1 id="dependencies"><a class="anchor" href="#dependencies"></a>2 Dependencies<
<div class="listingblock multi-language-sample">
<div class="title"></div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="gradle">implementation(<span class="hljs-string">"io.micronaut.json-schema:micronaut-json-schema-annotations")</span></code></pre>
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="gradle">implementation(<span class="hljs-string">"io.micronaut.jsonschema:micronaut-json-schema-annotations")</span></code></pre>
</div>
</div>
<div class="listingblock multi-language-sample">
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;io.micronaut.json-schema&lt;/groupId&gt;
&lt;groupId&gt;io.micronaut.jsonschema&lt;/groupId&gt;
&lt;artifactId&gt;micronaut-json-schema-annotations&lt;/artifactId&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand Down Expand Up @@ -622,13 +622,13 @@ <h1 id="validation"><a class="anchor" href="#validation"></a>7 JSON Schema Valid
<p> <div class="listingblock multi-language-sample">
<div class="title"></div>
<div class="content">
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="gradle">implementation(<span class="hljs-string">"io.micronaut.json-schema:micronaut-json-schema-validation")</span></code></pre>
<pre class="highlightjs highlight"><code class="language-kotlin hljs" data-lang="gradle">implementation(<span class="hljs-string">"io.micronaut.jsonschema:micronaut-json-schema-validation")</span></code></pre>
</div>
</div>
<div class="listingblock multi-language-sample">
<div class="content">
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="maven">&lt;dependency&gt;
&lt;groupId&gt;io.micronaut.json-schema&lt;/groupId&gt;
&lt;groupId&gt;io.micronaut.jsonschema&lt;/groupId&gt;
&lt;artifactId&gt;micronaut-json-schema-validation&lt;/artifactId&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand Down

0 comments on commit ad9212a

Please sign in to comment.