MVN

tech.streamsoft : dragon

Maven & Gradle

Jul 02, 2020
6 stars

A high performance, distributed stream processing system, loosely based on the Apache Storm API.

<dependency>
    <groupId>tech.streamsoft</groupId>
    <artifactId>dragon</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.streamsoft : dragon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5
  • Latest Alpha: 0.0.1-alpha.4

All Versions

Choose a version of tech.streamsoft : dragon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
dragon-0.0.5
dragon-0.0.4
dragon-0.0.3
dragon-0.0.2
dragon-0.0.1
dragon-0.0.1-alpha.4
dragon-0.0.1-alpha.3
dragon-0.0.1-alpha.2
dragon-0.0.1-alpha.1

How to add a dependency to Maven

Add the following tech.streamsoft : dragon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.streamsoft</groupId>
    <artifactId>dragon</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.streamsoft : dragon gradle dependency to your build.gradle file:

implementation 'tech.streamsoft:dragon:0.0.5'

Gradle Kotlin DSL: Add the following tech.streamsoft : dragon gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.streamsoft:dragon:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.streamsoft : dragon sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.streamsoft" % "dragon" % "0.0.5"

Advertisement