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 4a60527 commit 7c9a31fCopy full SHA for 7c9a31f
1 file changed
README.md
@@ -16,6 +16,16 @@ This library provides a simple way to create an HTTP server that implements Open
16
17
It is designed to be simple to use while providing the essential features needed for creating efficient HTTP servers in Java.
18
19
+## Maven artifact
20
+
21
+``` xml
22
+<dependency>
23
+ <groupId>com.retailsvc</groupId>
24
+ <artifactId>openapi-httpserver-java</artifactId>
25
+ <version>${openapi-httpserver-java.version}</version>
26
+</dependency>
27
+```
28
29
## Getting Started
30
31
### Prerequisites
0 commit comments