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