We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3232329 commit 86b458eCopy full SHA for 86b458e
bundles/apt/pom.xml
@@ -36,6 +36,8 @@
36
- Helidon @Generated extension
37
- Helidon Declarative
38
- Helidon Data
39
+ - Helidon JSON Schema
40
+ - Helidon LangChain4j
41
Does not contain:
42
- Helidon Copyright extension
43
</description>
@@ -67,6 +69,14 @@
67
69
<groupId>io.helidon.data.codegen</groupId>
68
70
<artifactId>helidon-data-codegen</artifactId>
71
</dependency>
72
+ <dependency>
73
+ <groupId>io.helidon.json.schema</groupId>
74
+ <artifactId>helidon-json-schema-codegen</artifactId>
75
+ </dependency>
76
77
+ <groupId>io.helidon.integrations.langchain4j</groupId>
78
+ <artifactId>helidon-integrations-langchain4j-codegen</artifactId>
79
80
</dependencies>
81
82
<profiles>
0 commit comments