<dependency>
<groupId>world.xxnn.dandelion</groupId>
<artifactId>spring-ai-cn-chatglm-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
implementation group: 'world.xxnn.dandelion', name: 'spring-ai-cn-chatglm-spring-boot-starter', version: '1.0.0'
implementation 'world.xxnn.dandelion:spring-ai-cn-chatglm-spring-boot-starter:1.0.0'
implementation("world.xxnn.dandelion:spring-ai-cn-chatglm-spring-boot-starter:1.0.0")
libraryDependencies += "world.xxnn.dandelion" % "spring-ai-cn-chatglm-spring-boot-starter" % "1.0.0"
<dependency org="world.xxnn.dandelion" name="spring-ai-cn-chatglm-spring-boot-starter" rev="1.0.0"/>
@Grapes(
@Grab(group='world.xxnn.dandelion', module='spring-ai-cn-chatglm-spring-boot-starter', version='1.0.0')
)
[world.xxnn.dandelion/spring-ai-cn-chatglm-spring-boot-starter "1.0.0"]
'world.xxnn.dandelion:spring-ai-cn-chatglm-spring-boot-starter:jar:1.0.0'