is not current version
Last Version 1.2.4

org.apache.storm:storm-druid 1.2.1


Categories

Categories

druid Data Databases ORM
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

storm-druid
Version

Version

1.2.1
Type

Type

jar

Download storm-druid 1.2.1


<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-druid/ -->
<dependency>
    <groupId>org.apache.storm</groupId>
    <artifactId>storm-druid</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-druid/
implementation 'org.apache.storm:storm-druid:1.2.1'
// https://jarcasting.com/artifacts/org.apache.storm/storm-druid/
implementation ("org.apache.storm:storm-druid:1.2.1")
'org.apache.storm:storm-druid:jar:1.2.1'
<dependency org="org.apache.storm" name="storm-druid" rev="1.2.1">
  <artifact name="storm-druid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-druid', version='1.2.1')
)
libraryDependencies += "org.apache.storm" % "storm-druid" % "1.2.1"
[org.apache.storm/storm-druid "1.2.1"]