We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6d3aaa + 9c17591 commit af58e67Copy full SHA for af58e67
README.md
@@ -3,10 +3,10 @@
3
How to include the API with Maven:
4
```xml
5
<repositories>
6
- <repository>
7
- <id>jitpack.io</id>
8
- <url>https://jitpack.io</url>
9
- </repository>
+ <repository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ </repository>
10
</repositories>
11
<dependencies>
12
<dependency>
@@ -21,7 +21,7 @@ How to include the API with Maven:
21
How to include the API with Gradle:
22
```groovy
23
repositories {
24
- maven { url 'https://jitpack.io' }
+ maven { url 'https://jitpack.io' }
25
}
26
dependencies {
27
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
0 commit comments