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.
27
27
<artifactId >fleetengine-auth</artifactId >
28
28
<version >(insert latest version)</version >
29
29
</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 >
45
30
```
46
31
47
32
48
33
### Gradle
49
34
``` groovy
50
35
dependencies {
51
36
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'
55
37
}
56
38
```
57
39
You can’t perform that action at this time.
0 commit comments