FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gcloud-java/gcloud-java-resourcemanager/pom.xml at master · codeForSaif/gcloud-java · GitHub
codeForSaif
/
gcloud-java
Public
forked from
googleapis/google-cloud-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
gcloud-java
/
gcloud-java-resourcemanager
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 1.68 KB
Breadcrumbs
gcloud-java
/
gcloud-java-resourcemanager
/
pom.xml
Copy path
File metadata and controls
50 lines (50 loc) · 1.68 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?
xml
version
=
"
1.0
"
?>
<
project
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd
"
>
<
modelVersion
>4.0.0</
modelVersion
>
<
groupId
>com.google.gcloud</
groupId
>
<
artifactId
>gcloud-java-resourcemanager</
artifactId
>
<
packaging
>jar</
packaging
>
<
name
>GCloud Java resource manager</
name
>
<
description
>
Java idiomatic client for Google Cloud Resource Manager.
</
description
>
<
parent
>
<
groupId
>com.google.gcloud</
groupId
>
<
artifactId
>gcloud-java-pom</
artifactId
>
<
version
>0.1.2-SNAPSHOT</
version
>
</
parent
>
<
properties
>
<
site
.installationModule>gcloud-java-resourcemanager</
site
.installationModule>
</
properties
>
<
dependencies
>
<
dependency
>
<
groupId
>
${project.groupId}
</
groupId
>
<
artifactId
>gcloud-java-core</
artifactId
>
<
version
>
${project.version}
</
version
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.apis</
groupId
>
<
artifactId
>google-api-services-cloudresourcemanager</
artifactId
>
<
version
>v1beta1-rev6-1.19.0</
version
>
<
scope
>compile</
scope
>
<
exclusions
>
<
exclusion
>
<
groupId
>com.google.guava</
groupId
>
<
artifactId
>guava-jdk5</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>junit</
groupId
>
<
artifactId
>junit</
artifactId
>
<
version
>4.12</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.easymock</
groupId
>
<
artifactId
>easymock</
artifactId
>
<
version
>3.3</
version
>
<
scope
>test</
scope
>
</
dependency
>
</
dependencies
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL