Skip to content

Commit 7c9a31f

Browse files
authored
docs: Add Maven artifact section to README (#68)
[skip ci]
1 parent 4a60527 commit 7c9a31f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ This library provides a simple way to create an HTTP server that implements Open
1616

1717
It is designed to be simple to use while providing the essential features needed for creating efficient HTTP servers in Java.
1818

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+
1929
## Getting Started
2030

2131
### Prerequisites

0 commit comments

Comments
 (0)