Completion Jitpack Integration
This commit is contained in:
parent
26b9d6706d
commit
03a8914986
16
README.md
16
README.md
@ -1,4 +1,6 @@
|
|||||||

|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user