Categories |
CategoriesApache Storm Application Layer Libs Distributed Applications ORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdapache-storm-source |
Version | Version0.9.6 |
Type | Typepom |
Filename | Size |
---|---|
apache-storm-source-0.9.6.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-source</artifactId>
<version>0.9.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/
implementation 'org.apache.storm:apache-storm-source:0.9.6'
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/
implementation ("org.apache.storm:apache-storm-source:0.9.6")
'org.apache.storm:apache-storm-source:pom:0.9.6'
<dependency org="org.apache.storm" name="apache-storm-source" rev="0.9.6">
<artifact name="apache-storm-source" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='apache-storm-source', version='0.9.6')
)
libraryDependencies += "org.apache.storm" % "apache-storm-source" % "0.9.6"
[org.apache.storm/apache-storm-source "0.9.6"]