| Categories | 
                CategoriesGoogle Cloud Container PaaS Providers | 
        
|---|---|
| GroupId | GroupIdcom.google.cloud | 
    
| ArtifactId | ArtifactIdgoogle-cloud-notification | 
    
| Version | Version0.122.26-beta | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-notification/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-notification</artifactId>
    <version>0.122.26-beta</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-notification/
implementation 'com.google.cloud:google-cloud-notification:0.122.26-beta'
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-notification/
implementation ("com.google.cloud:google-cloud-notification:0.122.26-beta")
                'com.google.cloud:google-cloud-notification:jar:0.122.26-beta'
                <dependency org="com.google.cloud" name="google-cloud-notification" rev="0.122.26-beta">
  <artifact name="google-cloud-notification" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.cloud', module='google-cloud-notification', version='0.122.26-beta')
)
                libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.122.26-beta"
                [com.google.cloud/google-cloud-notification "0.122.26-beta"]