MVN

chat.octet : llama-java-core

Maven & Gradle

Oct 13, 2023
10 stars

llama-java-core · Another simple Java bindings for llama.cpp, The goal is to integrate the capabilities of LLMs into the Java ecosystem.

<dependency>
    <groupId>chat.octet</groupId>
    <artifactId>llama-java-core</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of chat.octet : llama-java-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of chat.octet : llama-java-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
llama-java-core-1.1.8
llama-java-core-1.1.7

How to add a dependency to Maven

Add the following chat.octet : llama-java-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>chat.octet</groupId>
    <artifactId>llama-java-core</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following chat.octet : llama-java-core gradle dependency to your build.gradle file:

implementation 'chat.octet:llama-java-core:1.1.8'

Gradle Kotlin DSL: Add the following chat.octet : llama-java-core gradle kotlin dependency to your build.gradle.kts file:

implementation("chat.octet:llama-java-core:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following chat.octet : llama-java-core sbt scala dependency to your build.sbt file:

libraryDependencies += "chat.octet" % "llama-java-core" % "1.1.8"