MVN

stream.scotty : scotty

Maven & Gradle

Apr 23, 2023
75 stars

Scotty Window Processor · Scotty is an open-source framework for efficient window aggregation for out-of-order stream processing.

<dependency>
    <groupId>stream.scotty</groupId>
    <artifactId>scotty</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of stream.scotty : scotty to add to Maven - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of stream.scotty : scotty to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4
scotty-0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>stream.scotty</groupId>
    <artifactId>scotty</artifactId>
    <version>0.4</version>
</dependency>

Advertisement