<dependency>
<groupId>io.quarkiverse.langchain4j</groupId>
<artifactId>quarkus-langchain4j-websockets-next-parent</artifactId>
<version>0.12.0</version>
</dependency>
implementation group: 'io.quarkiverse.langchain4j', name: 'quarkus-langchain4j-websockets-next-parent', version: '0.12.0'
implementation 'io.quarkiverse.langchain4j:quarkus-langchain4j-websockets-next-parent:0.12.0'
implementation("io.quarkiverse.langchain4j:quarkus-langchain4j-websockets-next-parent:0.12.0")
libraryDependencies += "io.quarkiverse.langchain4j" % "quarkus-langchain4j-websockets-next-parent" % "0.12.0"
<dependency org="io.quarkiverse.langchain4j" name="quarkus-langchain4j-websockets-next-parent" rev="0.12.0"/>
@Grapes(
@Grab(group='io.quarkiverse.langchain4j', module='quarkus-langchain4j-websockets-next-parent', version='0.12.0')
)
[io.quarkiverse.langchain4j/quarkus-langchain4j-websockets-next-parent "0.12.0"]
'io.quarkiverse.langchain4j:quarkus-langchain4j-websockets-next-parent:jar:0.12.0'