| License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.sekmi.histream | 
    
| ArtifactId | ArtifactIdhistream | 
    
| Last Version | Last Version0.15 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHIStream 
            Real-time stream based decision support system 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationR.W.Majeed | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| histream-0.15.pom | 6 KB | 
| histream-0.15-tests.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.sekmi.histream/histream/ -->
<dependency>
    <groupId>de.sekmi.histream</groupId>
    <artifactId>histream</artifactId>
    <version>0.15</version>
</dependency>
                // https://jarcasting.com/artifacts/de.sekmi.histream/histream/
implementation 'de.sekmi.histream:histream:0.15'
                // https://jarcasting.com/artifacts/de.sekmi.histream/histream/
implementation ("de.sekmi.histream:histream:0.15")
                'de.sekmi.histream:histream:jar:0.15'
                <dependency org="de.sekmi.histream" name="histream" rev="0.15">
  <artifact name="histream" type="jar" />
</dependency>
                @Grapes(
@Grab(group='de.sekmi.histream', module='histream', version='0.15')
)
                libraryDependencies += "de.sekmi.histream" % "histream" % "0.15"
                [de.sekmi.histream/histream "0.15"]