文件下载
文件名 操作
mental-mate-llm-1.7.0.jar 下载
mental-mate-llm-1.7.0.pom 下载
mental-mate-llm-1.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.harmonysoft</groupId>
  <artifactId>mental-mate-llm</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'tech.harmonysoft:mental-mate-llm:1.7.0'
Gradle Kotlin
implementation("tech.harmonysoft:mental-mate-llm:1.7.0")
Scala SBT
libraryDependencies += "tech.harmonysoft" % "mental-mate-llm" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.harmonysoft', module='mental-mate-llm', version='1.7.0')
)
Apache Ivy
<dependency org="tech.harmonysoft" name="mental-mate-llm" rev="1.7.0" />
Leiningen
[tech.harmonysoft/mental-mate-llm "1.7.0"]
Apache Buildr
'tech.harmonysoft:mental-mate-llm:jar:1.7.0'