MVN

com.n3twork.storm : storm-core

Maven & Gradle

May 22, 2014
3 usages

Storm Core · Storm Core Java API and Clojure implementation.

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

Latest Version

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

  • Latest Stable: 20140521

All Versions

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

Version Vulnerabilities Updated
20140521
storm-core-20140521
20140516
storm-core-20140516

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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