| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData Google Cloud Container PaaS Providers | 
        
| GroupId | GroupIdcom.google.cloud | 
    
| ArtifactId | ArtifactIdgoogle-cloud-datastream | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGoogle Datastream 
            Datastream is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationGoogle LLC | 
            
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-datastream/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-datastream</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-datastream/
implementation 'com.google.cloud:google-cloud-datastream:1.0.0'
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-datastream/
implementation ("com.google.cloud:google-cloud-datastream:1.0.0")
                'com.google.cloud:google-cloud-datastream:jar:1.0.0'
                <dependency org="com.google.cloud" name="google-cloud-datastream" rev="1.0.0">
  <artifact name="google-cloud-datastream" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.cloud', module='google-cloud-datastream', version='1.0.0')
)
                libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.0.0"
                [com.google.cloud/google-cloud-datastream "1.0.0"]