We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f39c3 commit bfb49d5Copy full SHA for bfb49d5
jaxb/README.md
@@ -25,3 +25,17 @@ JAXBDecoder jaxbDecoder = new JAXBDecoder.Builder()
25
.withNamespaceAware(false) // true by default
26
.build();
27
```
28
+
29
+Usage
30
+===================
31
32
+The feign library is available from [Maven Central](https://mvnrepository.com/artifact/io.github.openfeign/feign-jaxb).
33
34
+```xml
35
+<dependency>
36
+ <groupId>io.github.openfeign</groupId>
37
+ <artifactId>feign-jaxb</artifactId>
38
+ <version>??feing-jaxb-version??</version>
39
+</dependency>
40
41
+```
0 commit comments