Browse Source

Update README.md (#2148)

Include instructions of how to include JAXB Codec in your pom.xml
pull/2151/head
Marcos Estevam 1 year ago committed by GitHub
parent
commit
6d84421670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      jaxb/README.md

14
jaxb/README.md

@ -25,3 +25,17 @@ JAXBDecoder jaxbDecoder = new JAXBDecoder.Builder() @@ -25,3 +25,17 @@ JAXBDecoder jaxbDecoder = new JAXBDecoder.Builder()
.withNamespaceAware(false) // true by default
.build();
```
Usage
===================
The feign library is available from [Maven Central](https://mvnrepository.com/artifact/io.github.openfeign/feign-jaxb).
```xml
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-jaxb</artifactId>
<version>??feing-jaxb-version??</version>
</dependency>
```

Loading…
Cancel
Save