<dependency>
<groupId>io.github.alexcheng1982</groupId>
<artifactId>llm-agent-builder-spring-boot-starter</artifactId>
<version>0.0.9</version>
</dependency>
implementation group: 'io.github.alexcheng1982', name: 'llm-agent-builder-spring-boot-starter', version: '0.0.9'
implementation 'io.github.alexcheng1982:llm-agent-builder-spring-boot-starter:0.0.9'
implementation("io.github.alexcheng1982:llm-agent-builder-spring-boot-starter:0.0.9")
libraryDependencies += "io.github.alexcheng1982" % "llm-agent-builder-spring-boot-starter" % "0.0.9"
<dependency org="io.github.alexcheng1982" name="llm-agent-builder-spring-boot-starter" rev="0.0.9"/>
@Grapes(
@Grab(group='io.github.alexcheng1982', module='llm-agent-builder-spring-boot-starter', version='0.0.9')
)
[io.github.alexcheng1982/llm-agent-builder-spring-boot-starter "0.0.9"]
'io.github.alexcheng1982:llm-agent-builder-spring-boot-starter:jar:0.0.9'