File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Jakarta JSON Binding (JSON-B)
2
2
3
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/jakarta.json.bind/jakarta.json.bind-api.svg?label=Maven%20Central )] ( https://search.maven.org/search?q=g:jakarta.json.bind%20a:jakarta.json.bind-api )
4
- [ ![ javadoc.io] ( https://javadoc.io/badge2/jakarta.json.bind/jakarta.json.bind-api/javadoc.io.svg )] ( https://javadoc.io/doc/jakarta.json.bind/jakarta.json.bind-api )
3
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/jakarta.json.bind/jakarta.json.bind-api.svg?label=Maven%20Central )] ( https://mvnrepository.com/artifact/jakarta.json.bind/jakarta.json.bind-api )
4
+ [ ![ Javadoc] ( https://javadoc.io/badge2/jakarta.json.bind/jakarta.json.bind-api/javadoc.io.svg )] ( https://javadoc.io/doc/jakarta.json.bind/jakarta.json.bind-api )
5
+ [ ![ Snapshots] ( https://img.shields.io/nexus/s/https/oss.sonatype.org/jakarta.json.bind/jakarta.json.bind-api.svg?label=Snapshots )] ( https://oss.sonatype.org/content/repositories/snapshots/jakarta/json/bind/jakarta.json.bind-api/ )
5
6
[ ![ Gitter] ( https://badges.gitter.im/eclipse/jsonb.svg )] ( https://gitter.im/eclipse/jsonb )
6
7
[ ![ License] ( https://img.shields.io/badge/License-EPL%202.0-green.svg )] ( https://opensource.org/licenses/EPL-2.0 )
7
8
@@ -56,5 +57,6 @@ User alice = jsonb.fromJson(aliceJson, User.class);
56
57
- [ Official web site] ( https://eclipse-ee4j.github.io/jsonb-api )
57
58
- [ Eclipse project] ( https://projects.eclipse.org/projects/ee4j.jsonb )
58
59
- [ User's Guide] ( http://json-b.net/docs/user-guide.html )
59
- - [ Mailing list] ( jsonb-dev@eclipse.org )
60
+ - [ Jenkins Builds] ( https://ci.eclipse.org/jsonb/view/all/ )
61
+ - [ Mailing list] ( https://www.eclipse.org/lists/jsonb-dev/ )
60
62
- [ Yasson (Compatible Implementation)] ( https://github.com/eclipse-ee4j/yasson )
You can’t perform that action at this time.
0 commit comments