| Categories | 
                CategoriesORM Data | 
        
|---|---|
| GroupId | GroupIdorg.apache.storm | 
    
| ArtifactId | ArtifactIdflux-examples | 
    
| Version | Version0.10.0-beta1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| flux-examples-0.10.0-beta1.pom | |
| flux-examples-0.10.0-beta1.jar | 50 MB | 
| flux-examples-0.10.0-beta1-sources.jar | 18 KB | 
| flux-examples-0.10.0-beta1-javadoc.jar | 50 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.storm/flux-examples/ -->
<dependency>
    <groupId>org.apache.storm</groupId>
    <artifactId>flux-examples</artifactId>
    <version>0.10.0-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.storm/flux-examples/
implementation 'org.apache.storm:flux-examples:0.10.0-beta1'
                // https://jarcasting.com/artifacts/org.apache.storm/flux-examples/
implementation ("org.apache.storm:flux-examples:0.10.0-beta1")
                'org.apache.storm:flux-examples:jar:0.10.0-beta1'
                <dependency org="org.apache.storm" name="flux-examples" rev="0.10.0-beta1">
  <artifact name="flux-examples" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.storm', module='flux-examples', version='0.10.0-beta1')
)
                libraryDependencies += "org.apache.storm" % "flux-examples" % "0.10.0-beta1"
                [org.apache.storm/flux-examples "0.10.0-beta1"]