Updated Changelog and Readme to include Maven Central

This commit is contained in:
2024-04-11 19:11:07 +02:00
parent 7e475b5472
commit afdd27648e
2 changed files with 24 additions and 1 deletions
+8 -1
View File
@@ -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.