Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/java-talentPublic archive

Commit13a025a

Browse files
authored
chore: fix .repo-metadata (#736)
Fixes#711
1 parent5912e31 commit13a025a

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

‎.repo-metadata.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"api_shortname":"talent",
2+
"api_shortname":"jobs",
33
"name_pretty":"Talent Solution",
44
"product_documentation":"https://cloud.google.com/solutions/talent-solution/",
55
"client_documentation":"https://cloud.google.com/java/docs/reference/google-cloud-talent/latest/history",

‎README.md‎

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,8 @@ Java idiomatic client for [Talent Solution][product-docs].
1111

1212
##Quickstart
1313

14-
If you are using Maven with[BOM][libraries-bom], add this to your pom.xml file
1514

16-
```xml
17-
<dependencyManagement>
18-
<dependencies>
19-
<dependency>
20-
<groupId>com.google.cloud</groupId>
21-
<artifactId>libraries-bom</artifactId>
22-
<version>24.4.0</version>
23-
<type>pom</type>
24-
<scope>import</scope>
25-
</dependency>
26-
</dependencies>
27-
</dependencyManagement>
28-
29-
<dependencies>
30-
<dependency>
31-
<groupId>com.google.cloud</groupId>
32-
<artifactId>google-cloud-talent</artifactId>
33-
</dependency>
34-
35-
```
36-
37-
If you are using Maven without BOM, add this to your dependencies:
15+
If you are using Maven, add this to your pom.xml file:
3816

3917

4018
```xml
@@ -43,16 +21,8 @@ If you are using Maven without BOM, add this to your dependencies:
4321
<artifactId>google-cloud-talent</artifactId>
4422
<version>2.2.8</version>
4523
</dependency>
46-
4724
```
4825

49-
If you are using Gradle 5.x or later, add this to your dependencies
50-
51-
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:24.4.0')
53-
54-
implementation 'com.google.cloud:google-cloud-talent'
55-
```
5626
If you are using Gradle without BOM, add this to your dependencies
5727

5828
```Groovy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp