mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-14 19:37:11 +02:00
Updated docs
This commit is contained in:
parent
9811d9f7fd
commit
43361ff271
@ -36,7 +36,7 @@ const AddToYourProject = () => {
|
||||
<div>Error: {error.message}</div>
|
||||
) : releaseInfo ? (
|
||||
<>
|
||||
<h3>Using Maven <code>pom.xml</code></h3>
|
||||
<h4>Using Maven <code>pom.xml</code></h4>
|
||||
<CodeBlock className="language-xml">
|
||||
{`<dependency>
|
||||
<groupId>io.github.ollama4j</groupId>
|
||||
@ -44,13 +44,13 @@ const AddToYourProject = () => {
|
||||
<version>${releaseInfo.name}</version>
|
||||
</dependency>`}
|
||||
</CodeBlock>
|
||||
<h3>Using Groovy-based <code>build.gradle</code></h3>
|
||||
<h4>Using Groovy-based <code>build.gradle</code></h4>
|
||||
<CodeBlock className="language-groovy">
|
||||
{`dependencies {
|
||||
implementation 'io.github.ollama4j:ollama4j:${releaseInfo.name}'
|
||||
}`}
|
||||
</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">
|
||||
{`dependencies {
|
||||
implementation("io.github.ollama4j:ollama4j:${releaseInfo.name}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user