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 9cb0544 commit ca3aa3aCopy full SHA for ca3aa3a
README.md
@@ -21,6 +21,29 @@ It is inspired by ktor Locations, but makes no use of it.
21
22
## Installation
23
24
+### Gradle
25
+
26
+#### Step 1. Add the JitPack repository to your build file
27
28
+Add it in your root build.gradle at the end of repositories:
29
+```
30
+allprojects {
31
+ repositories {
32
+ ...
33
+ maven { url 'https://jitpack.io' }
34
+ }
35
+}
36
37
38
+#### Step 2. Add the dependency
39
40
41
+dependencies {
42
+ implementation 'com.github.papsign:Ktor-OpenAPI-Generator:-SNAPSHOT'
43
44
45
46
+### Git Submodule
47
Install the submodule:
48
```
49
git submodule add https://github.com/papsign/Ktor-OpenAPI-Generator.git openapigen
0 commit comments