We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2929b commit 437634bCopy full SHA for 437634b
openapi-processor-core/README.adoc
@@ -29,11 +29,12 @@ link:{oap-central}[image:{badge-central}[]]
29
30
this is the re-usable core of the openapi-processors that generate java code.
31
32
-It reads the link:{openapi}[OpenAPI] yaml, converts it to an internal model and provides writers to
33
-generate java code.
+It reads the link:{openapi}[OpenAPI] yaml, converts it to an internal model and provides writers to generate java code.
34
35
== documentation
36
37
See link:{oap-docs}[here].
38
+== snapshot repository
39
40
+to use snapshot versions add `https://oss.sonatype.org/content/repositories/snapshots` as maven repository to your build file.
0 commit comments