MVN

io.github.amithkoujalgi : ollama4j

Maven & Gradle

Dec 30, 2023

Ollama4j · Java library for interacting with Ollama API.

<dependency>
    <groupId>io.github.amithkoujalgi</groupId>
    <artifactId>ollama4j</artifactId>
    <version>1.0.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.amithkoujalgi : ollama4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.40

All Versions

Choose a version of io.github.amithkoujalgi : ollama4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ollama4j-1.0.40
ollama4j-1.0.39
ollama4j-1.0.38
ollama4j-1.0.37
ollama4j-1.0.36
ollama4j-1.0.35
ollama4j-1.0.34
ollama4j-1.0.33
ollama4j-1.0.32
ollama4j-1.0.31
ollama4j-1.0.30
ollama4j-1.0.29
ollama4j-1.0.28
ollama4j-1.0.27
ollama4j-1.0.26
ollama4j-1.0.25
ollama4j-1.0.24
ollama4j-1.0.23
ollama4j-1.0.22
ollama4j-1.0.21
ollama4j-1.0.20
ollama4j-1.0.19
ollama4j-1.0.18
ollama4j-1.0.17
ollama4j-1.0.15
ollama4j-1.0.14
ollama4j-1.0.13
ollama4j-1.0.12
ollama4j-1.0.2
ollama4j-1.0.1
ollama4j-1.0.0
1.0
ollama4j-1.0

How to add a dependency to Maven

Add the following io.github.amithkoujalgi : ollama4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.amithkoujalgi</groupId>
    <artifactId>ollama4j</artifactId>
    <version>1.0.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.amithkoujalgi : ollama4j gradle dependency to your build.gradle file:

implementation 'io.github.amithkoujalgi:ollama4j:1.0.40'

Gradle Kotlin DSL: Add the following io.github.amithkoujalgi : ollama4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.amithkoujalgi:ollama4j:1.0.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.amithkoujalgi : ollama4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.amithkoujalgi" % "ollama4j" % "1.0.40"