We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb7e69 commit 68c1d31Copy full SHA for 68c1d31
docs/modules/ROOT/pages/index.adoc
@@ -7,6 +7,8 @@
7
:oap-gradle: https://github.com/hauner/openapi-processor-gradle
8
:swagger-ui: https://swagger.io/tools/swagger-ui/
9
:openapi: https://www.openapis.org/
10
+:oap-central: https://search.maven.org/search?q=io.openapiprocessor
11
+:badge-central: https://img.shields.io/maven-central/v/io.openapiprocessor/openapi-processor-json?label=Maven%20Central
12
13
//
14
// content
@@ -16,6 +18,7 @@ image:openapi-processor-json$$@$$1280x200.png[openapi-processor-json]
16
18
// badges
17
19
link:{oapj-ci}[image:{badge-ci}[]]
20
link:{oapj-license}[image:{badge-license}[]]
21
+link:{oap-central}[image:{badge-central}[]]
22
23
24
a simple link:{openapi}[OpenAPI] yaml to json converter. May be useful to feed the OpenAPI to an api viewer like
0 commit comments