This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 2 files changed +21
-3
lines changed
.github/readme/synth.metadata
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "sources": [
3
+ {
4
+ "git": {
5
+ "name": ".",
6
+ "remote": "https://github.com/googleapis/java-api-gateway.git",
7
+ "sha": "9c64584e14a8e4b9d4819e457bb6a3e07f66c5ed"
8
+ }
9
+ },
10
+ {
11
+ "git": {
12
+ "name": "synthtool",
13
+ "remote": "https://github.com/googleapis/synthtool.git",
14
+ "sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2"
15
+ }
16
+ }
17
+ ]
18
+ }
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
17
17
<dependency >
18
18
<groupId >com.google.cloud</groupId >
19
19
<artifactId >google-cloud-api-gateway</artifactId >
20
- <version >0.0 .0</version >
20
+ <version >0.1 .0</version >
21
21
</dependency >
22
22
```
23
23
24
24
If you are using Gradle without BOM, add this to your dependencies
25
25
``` Groovy
26
- compile 'com.google.cloud:google-cloud-api-gateway:0.0 .0'
26
+ compile 'com.google.cloud:google-cloud-api-gateway:0.1 .0'
27
27
```
28
28
29
29
If you are using SBT, add this to your dependencies
30
30
``` Scala
31
- libraryDependencies += " com.google.cloud" % " google-cloud-api-gateway" % " 0.0 .0"
31
+ libraryDependencies += " com.google.cloud" % " google-cloud-api-gateway" % " 0.1 .0"
32
32
```
33
33
34
34
## Authentication
You can’t perform that action at this time.
0 commit comments