is not current version
Last Version 2.4.0

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


Categories

Categories

ORM Data
GroupId

GroupId

org.apache.storm
ArtifactId

ArtifactId

storm-sql-runtime
Version

Version

1.2.2
Type

Type

jar

Download storm-sql-runtime 1.2.2


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