| Categories |
CategoriesApache Storm Application Layer Libs Distributed Applications ORM Data |
|---|---|
| GroupId | GroupIdorg.apache.storm |
| ArtifactId | ArtifactIdapache-storm-source |
| Version | Version1.0.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| apache-storm-source-1.0.5.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>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/
implementation 'org.apache.storm:apache-storm-source:1.0.5'
// https://jarcasting.com/artifacts/org.apache.storm/apache-storm-source/
implementation ("org.apache.storm:apache-storm-source:1.0.5")
'org.apache.storm:apache-storm-source:pom:1.0.5'
<dependency org="org.apache.storm" name="apache-storm-source" rev="1.0.5">
<artifact name="apache-storm-source" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='apache-storm-source', version='1.0.5')
)
libraryDependencies += "org.apache.storm" % "apache-storm-source" % "1.0.5"
[org.apache.storm/apache-storm-source "1.0.5"]