Skip to content

Commit f7eeafe

Browse files
committed
Update README
1 parent f8138c8 commit f7eeafe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Maven Central](https://img.shields.io/maven-central/v/io.avaje/avaje-jsonb.svg?label=Maven%20Central)](https://mvnrepository.com/artifact/io.avaje/avaje-jsonb)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/avaje/avaje-jsonb/blob/master/LICENSE)
44

5-
# avaje-jsonb
5+
# avaje-jsonb - [docs](https://github.com/avaje/avaje-jsonb/wiki)
66

77
json binding via apt source code generation
88

@@ -11,6 +11,9 @@ json binding via apt source code generation
1111
- Use `avaje-jsonb` instead of Jackson ObjectMapper to convert to/from json.
1212
- By default uses Jackson core under the hood
1313

14+
[Wiki documentation](https://github.com/avaje/avaje-jsonb/wiki)
15+
16+
[Javadoc API documentation](https://avaje.io/apidocs/avaje-jsonb/io/avaje/jsonb/package-summary.html)
1417

1518
## Goals
1619
- Use Java annotation processing to generate java source for adapting JSON to/from java objects
@@ -28,14 +31,14 @@ json binding via apt source code generation
2831
<dependency>
2932
<groupId>io.avaje</groupId>
3033
<artifactId>avaje-jsonb</artifactId>
31-
<version>0.7</version>
34+
<version>0.8</version>
3235
</dependency>
3336

3437
<!-- annotation processor -->
3538
<dependency>
3639
<groupId>io.avaje</groupId>
3740
<artifactId>avaje-jsonb-generator</artifactId>
38-
<version>0.7</version>
41+
<version>0.8</version>
3942
<scope>provided</scope>
4043
</dependency>
4144
```

0 commit comments

Comments
 (0)