FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-cloud-java/java-notification/pom.xml at main · googleapis/google-cloud-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-cloud-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
2.1k
Code
Issues
690
Pull requests
158
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
google-cloud-java
/
java-notification
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
94 lines (92 loc) · 3.02 KB
Breadcrumbs
google-cloud-java
/
java-notification
/
pom.xml
Copy path
File metadata and controls
94 lines (92 loc) · 3.02 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?
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.cloud</
groupId
>
<
artifactId
>google-cloud-notification</
artifactId
>
<
version
>0.214.0-beta</
version
>
<!--
{x-version-update:google-cloud-notification:current}
-->
<
packaging
>jar</
packaging
>
<
name
>Google Cloud Pub/Sub Notifications for GCS</
name
>
<
description
>
Java idiomatic client for Google Cloud Notification for GCS.
</
description
>
<
parent
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-jar-parent</
artifactId
>
<
version
>1.90.0</
version
>
<!--
{x-version-update:google-cloud-java:current}
-->
<
relativePath
>../google-cloud-jar-parent/pom.xml</
relativePath
>
</
parent
>
<
properties
>
<
site
.installationModule>google-cloud-notification</
site
.installationModule>
</
properties
>
<
dependencyManagement
>
<
dependencies
>
</
dependencies
>
</
dependencyManagement
>
<
dependencies
>
<
dependency
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-storage</
artifactId
>
<
exclusions
>
<
exclusion
>
<
groupId
>com.google.guava</
groupId
>
<
artifactId
>failureaccess</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.api.grpc</
groupId
>
<
artifactId
>proto-google-cloud-pubsub-v1</
artifactId
>
<
exclusions
>
<
exclusion
>
<
groupId
>com.google.guava</
groupId
>
<
artifactId
>failureaccess</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.api.grpc</
groupId
>
<
artifactId
>proto-google-iam-v1</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.apis</
groupId
>
<
artifactId
>google-api-services-storage</
artifactId
>
<
exclusions
>
<
exclusion
>
<
groupId
>com.google.api-client</
groupId
>
<
artifactId
>google-api-client</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.api</
groupId
>
<
artifactId
>api-common</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-core</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.guava</
groupId
>
<
artifactId
>guava</
artifactId
>
</
dependency
>
<!--
Test dependencies
-->
<
dependency
>
<
groupId
>com.google.api</
groupId
>
<
artifactId
>gax</
artifactId
>
<
classifier
>testlib</
classifier
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>junit</
groupId
>
<
artifactId
>junit</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.cloud</
groupId
>
<
artifactId
>google-cloud-pubsub</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
</
dependencies
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL