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