| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesData Google Cloud Container PaaS Providers | 
        
| GroupId | GroupIdcom.google.cloud | 
    
| ArtifactId | ArtifactIdgoogle-cloud-bigquery-data-exchange | 
    
| Last Version | Last Version0.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGoogle Analytics Hub 
            Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationGoogle LLC | 
            
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-bigquery-data-exchange/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-bigquery-data-exchange</artifactId>
    <version>0.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-bigquery-data-exchange/
implementation 'com.google.cloud:google-cloud-bigquery-data-exchange:0.2.1'
                // https://jarcasting.com/artifacts/com.google.cloud/google-cloud-bigquery-data-exchange/
implementation ("com.google.cloud:google-cloud-bigquery-data-exchange:0.2.1")
                'com.google.cloud:google-cloud-bigquery-data-exchange:jar:0.2.1'
                <dependency org="com.google.cloud" name="google-cloud-bigquery-data-exchange" rev="0.2.1">
  <artifact name="google-cloud-bigquery-data-exchange" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.cloud', module='google-cloud-bigquery-data-exchange', version='0.2.1')
)
                libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "0.2.1"
                [com.google.cloud/google-cloud-bigquery-data-exchange "0.2.1"]