mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
commit
c4ebd5cd31
@ -36,7 +36,7 @@ const AddToYourProject = () => {
|
|||||||
<div>Error: {error.message}</div>
|
<div>Error: {error.message}</div>
|
||||||
) : releaseInfo ? (
|
) : releaseInfo ? (
|
||||||
<>
|
<>
|
||||||
<h3>Using Maven <code>pom.xml</code></h3>
|
<h4>Using Maven <code>pom.xml</code></h4>
|
||||||
<CodeBlock className="language-xml">
|
<CodeBlock className="language-xml">
|
||||||
{`<dependency>
|
{`<dependency>
|
||||||
<groupId>io.github.ollama4j</groupId>
|
<groupId>io.github.ollama4j</groupId>
|
||||||
@ -44,13 +44,13 @@ const AddToYourProject = () => {
|
|||||||
<version>${releaseInfo.name}</version>
|
<version>${releaseInfo.name}</version>
|
||||||
</dependency>`}
|
</dependency>`}
|
||||||
</CodeBlock>
|
</CodeBlock>
|
||||||
<h3>Using Groovy-based <code>build.gradle</code></h3>
|
<h4>Using Groovy-based <code>build.gradle</code></h4>
|
||||||
<CodeBlock className="language-groovy">
|
<CodeBlock className="language-groovy">
|
||||||
{`dependencies {
|
{`dependencies {
|
||||||
implementation 'io.github.ollama4j:ollama4j:${releaseInfo.name}'
|
implementation 'io.github.ollama4j:ollama4j:${releaseInfo.name}'
|
||||||
}`}
|
}`}
|
||||||
</CodeBlock>
|
</CodeBlock>
|
||||||
<h3>For Kotlin-based <code>build.gradle.kts</code></h3>
|
<h4>For Kotlin-based <code>build.gradle.kts</code></h4>
|
||||||
<CodeBlock className="language-kotlin">
|
<CodeBlock className="language-kotlin">
|
||||||
{`dependencies {
|
{`dependencies {
|
||||||
implementation("io.github.ollama4j:ollama4j:${releaseInfo.name}")
|
implementation("io.github.ollama4j:ollama4j:${releaseInfo.name}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user