Skip to content

Commit

Permalink
Update README.md (#2148)
Browse files Browse the repository at this point in the history
Include instructions of how to include JAXB Codec in your pom.xml
  • Loading branch information
estevamdf2 authored Aug 4, 2023
1 parent 51f39c3 commit bfb49d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jaxb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

```

0 comments on commit bfb49d5

Please sign in to comment.