Completion Jitpack Integration
This commit is contained in:
parent
26b9d6706d
commit
03a8914986
16
README.md
16
README.md
|
@ -1,4 +1,6 @@
|
||||||
![build](https://github.com/Speiger/Primitive-Collections/actions/workflows/build_validator.yml/badge.svg)
|
![build](https://github.com/Speiger/Primitive-Collections/actions/workflows/build_validator.yml/badge.svg)
|
||||||
|
![Latest Release](https://jitpack.io/v/Speiger/Primitive-Collections.svg)
|
||||||
|
|
||||||
|
|
||||||
# Primitive-Collections
|
# Primitive-Collections
|
||||||
|
|
||||||
|
@ -96,9 +98,21 @@ repositories {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'de.speiger:Primitive-Collections:0.6.0'
|
implementation 'de.speiger:Primitive-Collections:0.6.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Using Jitpack Gradle
|
||||||
|
```gradle
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url = "https://jitpack.io"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
implementation 'com.github.Speiger:Primitive-Collections:0.6.0'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Direct:
|
Direct:
|
||||||
|
|
||||||
| Version | Jar | Sources | Java Doc |
|
| Version | Jar | Sources | Java Doc |
|
||||||
|
|
Loading…
Reference in New Issue