Skip to content

Commit bfb49d5

Browse files
authored
Update README.md (#2148)
Include instructions of how to include JAXB Codec in your pom.xml
1 parent 51f39c3 commit bfb49d5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jaxb/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ JAXBDecoder jaxbDecoder = new JAXBDecoder.Builder()
2525
.withNamespaceAware(false) // true by default
2626
.build();
2727
```
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

Comments
 (0)