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