Update README.md

This commit is contained in:
Stijn Bannink 2023-03-16 19:44:56 +01:00 committed by GitHub
parent dcd1aa38a8
commit ca8c7d2632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@ First, include the API using Maven:
```xml
<repository>
<id>sbdevelopment-releases</id>
<name>SBDevelopment Repository</name>
<url>https://repo.sbdevelopment.tech/releases</url>
<id>sbdevelopment-repo-releases</id>
<name>SBDevelopment Repository</name>
<url>https://repo.sbdevelopment.tech/releases</url>
</repository>
<dependency>
<groupId>tech.sbdevelopment</groupId>
<artifactId>MapReflectionAPI</artifactId>
<version>1.4.1</version>
<scope>provided</scope>
<groupId>tech.sbdevelopment</groupId>
<artifactId>MapReflectionAPI</artifactId>
<version>1.4.3</version>
<scope>provided</scope>
</dependency>
```