Completion Jitpack Integration
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||

|
||||

|
||||
|
||||
|
||||
# Primitive-Collections
|
||||
|
||||
@@ -96,9 +98,21 @@ repositories {
|
||||
}
|
||||
}
|
||||
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:
|
||||
|
||||
| Version | Jar | Sources | Java Doc |
|
||||
|
||||
Reference in New Issue
Block a user