MVN

io.maelstorm : maelstorm

Maven & Gradle

Nov 15, 2016
5 stars

maelstorm · Simple non blocking http server

<dependency>
    <groupId>io.maelstorm</groupId>
    <artifactId>maelstorm</artifactId>
    <version>2.5-CR6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.maelstorm : maelstorm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5-CR6

All Versions

Choose a version of io.maelstorm : maelstorm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
maelstorm-2.5-CR6
maelstorm-2.5-CR4
maelstorm-2.5-CR3
maelstorm-2.5-CR2
maelstorm-2.5-CR1
2.4
maelstorm-2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.maelstorm</groupId>
    <artifactId>maelstorm</artifactId>
    <version>2.5-CR6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.maelstorm : maelstorm gradle dependency to your build.gradle file:

implementation 'io.maelstorm:maelstorm:2.5-CR6'

Gradle Kotlin DSL: Add the following io.maelstorm : maelstorm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.maelstorm:maelstorm:2.5-CR6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.maelstorm : maelstorm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.maelstorm" % "maelstorm" % "2.5-CR6"

Advertisement