Update vehiclesplus-v3/api/gettingstarted.md
This commit is contained in:
parent
01aa206b9a
commit
86819025a5
1 changed files with 4 additions and 4 deletions
|
@ -23,15 +23,15 @@ Maven (`pom.xml`):
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>sbdevelopment-repo</id>
|
||||
<url>nl.sbdeveloper:VehiclesPlus-API:3.0.6</url>
|
||||
<url>https://repo.sbdevelopment.tech/releases</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!-- Append to the <dependencies> section -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>tech.sbdevelopment</groupId>
|
||||
<artifactId>vehiclesplus</artifactId>
|
||||
<groupId>nl.sbdeveloper</groupId>
|
||||
<artifactId>VehiclesPlus-API</artifactId>
|
||||
<version>3.0.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -47,7 +47,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'tech.sbdevelopment:vehiclesplus:latest'
|
||||
implementation 'nl.sbdeveloper:VehiclesPlus-API:3.0.6'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue