| Categories | 
                CategoriesData CLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.bazaarvoice.emodb | 
    
| ArtifactId | ArtifactIdemodb-databus-client2 | 
    
| Last Version | Last Version6.5.17 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionEmoDB Databus HTTP Jersey2 Client 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus-client2/ -->
<dependency>
    <groupId>com.bazaarvoice.emodb</groupId>
    <artifactId>emodb-databus-client2</artifactId>
    <version>6.5.17</version>
</dependency>
                // https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus-client2/
implementation 'com.bazaarvoice.emodb:emodb-databus-client2:6.5.17'
                // https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus-client2/
implementation ("com.bazaarvoice.emodb:emodb-databus-client2:6.5.17")
                'com.bazaarvoice.emodb:emodb-databus-client2:jar:6.5.17'
                <dependency org="com.bazaarvoice.emodb" name="emodb-databus-client2" rev="6.5.17">
  <artifact name="emodb-databus-client2" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-databus-client2', version='6.5.17')
)
                libraryDependencies += "com.bazaarvoice.emodb" % "emodb-databus-client2" % "6.5.17"
                [com.bazaarvoice.emodb/emodb-databus-client2 "6.5.17"]