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>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>sbdevelopment-repo</id>
|
<id>sbdevelopment-repo</id>
|
||||||
<url>nl.sbdeveloper:VehiclesPlus-API:3.0.6</url>
|
<url>https://repo.sbdevelopment.tech/releases</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!-- Append to the <dependencies> section -->
|
<!-- Append to the <dependencies> section -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tech.sbdevelopment</groupId>
|
<groupId>nl.sbdeveloper</groupId>
|
||||||
<artifactId>vehiclesplus</artifactId>
|
<artifactId>VehiclesPlus-API</artifactId>
|
||||||
<version>3.0.6</version>
|
<version>3.0.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -47,7 +47,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'tech.sbdevelopment:vehiclesplus:latest'
|
implementation 'nl.sbdeveloper:VehiclesPlus-API:3.0.6'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue