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 ac2de45 commit f9db59aCopy full SHA for f9db59a
readme.md
@@ -80,10 +80,14 @@ Typical client-server exchange may look like this:
80

81
82
83
-## Installing
84
-
85
-```
86
-mvn clean install
+## Downloading from the Maven central repository
+Add the following dependency section to your pom.xml:
+```xml
+<dependency>
87
+ <groupId>io.github.vzhn</groupId>
88
+ <artifactId>netty-http-authenticator</artifactId>
89
+ <version>1.1</version>
90
+</dependency>
91
```
92
93
## How to contribute
0 commit comments