is not current version
Last Version 2.4.0

org.apache.storm:storm-sql-runtime 2.1.1


Categories

Categories

ORM Data
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

storm-sql-runtime
Version

Version

2.1.1
Type

Type

jar

Download storm-sql-runtime 2.1.1


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