File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ 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 )
3
3
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/avaje/avaje-jsonb/blob/master/LICENSE )
4
4
5
- # avaje-jsonb
5
+ # avaje-jsonb - [ docs ] ( https://github.com/avaje/avaje-jsonb/wiki )
6
6
7
7
json binding via apt source code generation
8
8
@@ -11,6 +11,9 @@ json binding via apt source code generation
11
11
- Use ` avaje-jsonb ` instead of Jackson ObjectMapper to convert to/from json.
12
12
- By default uses Jackson core under the hood
13
13
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 )
14
17
15
18
## Goals
16
19
- 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
28
31
<dependency >
29
32
<groupId >io.avaje</groupId >
30
33
<artifactId >avaje-jsonb</artifactId >
31
- <version >0.7 </version >
34
+ <version >0.8 </version >
32
35
</dependency >
33
36
34
37
<!-- annotation processor -->
35
38
<dependency >
36
39
<groupId >io.avaje</groupId >
37
40
<artifactId >avaje-jsonb-generator</artifactId >
38
- <version >0.7 </version >
41
+ <version >0.8 </version >
39
42
<scope >provided</scope >
40
43
</dependency >
41
44
```
You can’t perform that action at this time.
0 commit comments