Files download
File Operation
mental-mate-llm-1.9.0.jar download
mental-mate-llm-1.9.0.pom download
mental-mate-llm-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.harmonysoft</groupId>
  <artifactId>mental-mate-llm</artifactId>
  <version>1.9.0</version>
</dependency>
Gradle Groovy
implementation 'tech.harmonysoft:mental-mate-llm:1.9.0'
Gradle Kotlin
implementation("tech.harmonysoft:mental-mate-llm:1.9.0")
Scala SBT
libraryDependencies += "tech.harmonysoft" % "mental-mate-llm" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.harmonysoft', module='mental-mate-llm', version='1.9.0')
)
Apache Ivy
<dependency org="tech.harmonysoft" name="mental-mate-llm" rev="1.9.0" />
Leiningen
[tech.harmonysoft/mental-mate-llm "1.9.0"]
Apache Buildr
'tech.harmonysoft:mental-mate-llm:jar:1.9.0'