| Categories | 
                CategoriesCLI User Interface druid Data Databases | 
        
|---|---|
| GroupId | GroupIdorg.apache.druid.extensions | 
    
| ArtifactId | ArtifactIdsimple-client-sslcontext | 
    
| Version | Version0.16.0-incubating | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.druid.extensions/simple-client-sslcontext/ -->
<dependency>
    <groupId>org.apache.druid.extensions</groupId>
    <artifactId>simple-client-sslcontext</artifactId>
    <version>0.16.0-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.druid.extensions/simple-client-sslcontext/
implementation 'org.apache.druid.extensions:simple-client-sslcontext:0.16.0-incubating'
                // https://jarcasting.com/artifacts/org.apache.druid.extensions/simple-client-sslcontext/
implementation ("org.apache.druid.extensions:simple-client-sslcontext:0.16.0-incubating")
                'org.apache.druid.extensions:simple-client-sslcontext:jar:0.16.0-incubating'
                <dependency org="org.apache.druid.extensions" name="simple-client-sslcontext" rev="0.16.0-incubating">
  <artifact name="simple-client-sslcontext" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.druid.extensions', module='simple-client-sslcontext', version='0.16.0-incubating')
)
                libraryDependencies += "org.apache.druid.extensions" % "simple-client-sslcontext" % "0.16.0-incubating"
                [org.apache.druid.extensions/simple-client-sslcontext "0.16.0-incubating"]