a

ai-chat-server

ai-chat-server
Files download
File Operation
ai-chat-server-1.0.jar download
ai-chat-server-1.0.pom download
Apache Maven
<dependency>
  <groupId>io.gitee.tian-haoran</groupId>
  <artifactId>ai-chat-server</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.gitee.tian-haoran:ai-chat-server:1.0'
Gradle Kotlin
implementation("io.gitee.tian-haoran:ai-chat-server:1.0")
Scala SBT
libraryDependencies += "io.gitee.tian-haoran" % "ai-chat-server" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.gitee.tian-haoran', module='ai-chat-server', version='1.0')
)
Apache Ivy
<dependency org="io.gitee.tian-haoran" name="ai-chat-server" rev="1.0" />
Leiningen
[io.gitee.tian-haoran/ai-chat-server "1.0"]
Apache Buildr
'io.gitee.tian-haoran:ai-chat-server:jar:1.0'