Updated Changelog and Readme to include Maven Central
This commit is contained in:
@@ -44,7 +44,7 @@ To ensure that problems can be dealt with even if it is breaking the current API
|
||||
|
||||
# How to install
|
||||
Using Jitpack Gradle
|
||||
```gradle
|
||||
```groovy
|
||||
repositories {
|
||||
maven {
|
||||
url = "https://jitpack.io"
|
||||
@@ -55,6 +55,13 @@ dependencies {
|
||||
}
|
||||
```
|
||||
|
||||
Using Maven Central
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation 'io.github.speiger:Primitive-Collections:0.9.0'
|
||||
}
|
||||
```
|
||||
|
||||
# SourceCode
|
||||
The generated Sourcecode can be automatically build,
|
||||
but if you want to just browse around in it.
|
||||
|
||||
Reference in New Issue
Block a user