Update README.md
This commit is contained in:
parent
dcd1aa38a8
commit
ca8c7d2632
1 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ First, include the API using Maven:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<repository>
|
<repository>
|
||||||
<id>sbdevelopment-releases</id>
|
<id>sbdevelopment-repo-releases</id>
|
||||||
<name>SBDevelopment Repository</name>
|
<name>SBDevelopment Repository</name>
|
||||||
<url>https://repo.sbdevelopment.tech/releases</url>
|
<url>https://repo.sbdevelopment.tech/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
@ -16,7 +16,7 @@ First, include the API using Maven:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tech.sbdevelopment</groupId>
|
<groupId>tech.sbdevelopment</groupId>
|
||||||
<artifactId>MapReflectionAPI</artifactId>
|
<artifactId>MapReflectionAPI</artifactId>
|
||||||
<version>1.4.1</version>
|
<version>1.4.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue