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 4456261 commit eaeba8cCopy full SHA for eaeba8c
1 file changed
docs/installation.md
@@ -143,6 +143,14 @@ export JAVA_HOME=`/usr/libexec/java_home -v 1.11`
143
export PATH=${JAVA_HOME}/bin:$PATH
144
```
145
146
+## JBang
147
+
148
+> **Platform(s)**: Linux, macOS, Windows
149
150
+Use [JBang](https://www.jbang.dev/) to retrieve and run the JAR file using Maven coordinates.
151
152
+Run `jbang --java 11 org.openapitools:openapi-generator-cli:LATEST help` to show the usage.
153
154
## Bash Launcher Script
155
156
> **Platform(s)**: Linux, macOS, Windows (variable)
0 commit comments