File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -27,31 +27,13 @@ You can add the library to your project via Maven or Gradle.
2727 <artifactId >fleetengine-auth</artifactId >
2828 <version >(insert latest version)</version >
2929</dependency >
30- <dependency >
31- <groupId >com.auth0</groupId >
32- <artifactId >java-jwt</artifactId >
33- <version >3.10.2</version >
34- </dependency >
35- <dependency >
36- <groupId >com.google.guava</groupId >
37- <artifactId >guava</artifactId >
38- <version >1.55.0</version >
39- </dependency >
40- <dependency >
41- <groupId >com.google.auth</groupId >
42- <artifactId >google-auth-library-oauth2-http</artifactId >
43- <version >0.26.0</version >
44- </dependency >
4530```
4631
4732
4833### Gradle
4934``` groovy
5035dependencies {
5136 implementation 'com.google.maps:fleetengine-auth:(insert latest version here)'
52- implementation 'com.auth0:java-jwt:3.10.2'
53- implementation 'com.google.guava:guava:1.55.0'
54- implementation 'com.google.auth:google-auth-library-oauth2-http:0.26.0'
5537}
5638```
5739
You can’t perform that action at this time.
0 commit comments