Core components for building HTTP servers with the Micronaut framework.
<dependency>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-http-server</artifactId>
<version>5.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a simple REST controller that returns 'Hello World'.
Add the Micronaut annotation processor to your build configuration (e.g., Maven or Gradle).
No dependency data recorded yet.