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 817f1b3 commit 93eca1fCopy full SHA for 93eca1f
README.md
@@ -15,6 +15,11 @@ to generate adapter code for Javalin and Helidon SE/Nima.
15
16
#### 1. Add dependencies
17
```xml
18
+<dependency>
19
+ <groupId>io.avaje</groupId>
20
+ <artifactId>avaje-inject</artifactId>
21
+ <version>${avaje-inject.version}</version>
22
+</dependency>
23
<dependency>
24
<groupId>io.avaje</groupId>
25
<artifactId>avaje-http-api</artifactId>
0 commit comments