Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-sql-hdfs |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
storm-sql-hdfs-2.2.1.pom | |
storm-sql-hdfs-2.2.1.jar | 13 KB |
storm-sql-hdfs-2.2.1-sources.jar | 10 KB |
storm-sql-hdfs-2.2.1-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-sql-hdfs/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-sql-hdfs</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-sql-hdfs/
implementation 'org.apache.storm:storm-sql-hdfs:2.2.1'
// https://jarcasting.com/artifacts/org.apache.storm/storm-sql-hdfs/
implementation ("org.apache.storm:storm-sql-hdfs:2.2.1")
'org.apache.storm:storm-sql-hdfs:jar:2.2.1'
<dependency org="org.apache.storm" name="storm-sql-hdfs" rev="2.2.1">
<artifact name="storm-sql-hdfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-sql-hdfs', version='2.2.1')
)
libraryDependencies += "org.apache.storm" % "storm-sql-hdfs" % "2.2.1"
[org.apache.storm/storm-sql-hdfs "2.2.1"]