MVN

com.n3twork.storm : storm-starter

Maven & Gradle

May 22, 2014

storm-starter

<dependency>
    <groupId>com.n3twork.storm</groupId>
    <artifactId>storm-starter</artifactId>
    <version>20140521</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.n3twork.storm : storm-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20140521

All Versions

Choose a version of com.n3twork.storm : storm-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20140521
storm-starter-20140521
20140516
storm-starter-20140516

How to add a dependency to Maven

Add the following com.n3twork.storm : storm-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.n3twork.storm</groupId>
    <artifactId>storm-starter</artifactId>
    <version>20140521</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.n3twork.storm : storm-starter gradle dependency to your build.gradle file:

implementation 'com.n3twork.storm:storm-starter:20140521'

Gradle Kotlin DSL: Add the following com.n3twork.storm : storm-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.n3twork.storm:storm-starter:20140521")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.n3twork.storm : storm-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.n3twork.storm" % "storm-starter" % "20140521"