| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdorg.jwall | 
    
| ArtifactId | ArtifactIdstreams-storm | 
    
| Last Version | Last Version0.9.20 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionstreams-storm 
            The streams library is a multi-module library for processing data from data streams 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| streams-storm-0.9.20.pom | |
| streams-storm-0.9.20.jar | 53 KB | 
| streams-storm-0.9.20-sources.jar | 28 KB | 
| streams-storm-0.9.20-javadoc.jar | 173 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jwall/streams-storm/ -->
<dependency>
    <groupId>org.jwall</groupId>
    <artifactId>streams-storm</artifactId>
    <version>0.9.20</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jwall/streams-storm/
implementation 'org.jwall:streams-storm:0.9.20'
                // https://jarcasting.com/artifacts/org.jwall/streams-storm/
implementation ("org.jwall:streams-storm:0.9.20")
                'org.jwall:streams-storm:jar:0.9.20'
                <dependency org="org.jwall" name="streams-storm" rev="0.9.20">
  <artifact name="streams-storm" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jwall', module='streams-storm', version='0.9.20')
)
                libraryDependencies += "org.jwall" % "streams-storm" % "0.9.20"
                [org.jwall/streams-storm "0.9.20"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jwall : streams-core | jar | 0.9.20 | 
| org.apache.storm : storm-core | jar | 0.9.2-incubating | 
| org.jwall : streams-runtime | jar | 0.9.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |