MVN

io.vacco.murmux : murmux

Maven & Gradle

Feb 13, 2023
0 stars

murmux · Zero-dependencies HTTP Framework based on ExpressJS

<dependency>
    <groupId>io.vacco.murmux</groupId>
    <artifactId>murmux</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.2

All Versions

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

Version Vulnerabilities Updated
2.2.x
murmux-2.2.2
murmux-2.2.2-MILESTONE-202302121918
murmux-2.2.1
murmux-2.2.0
2.1.x
murmux-2.1.1
2.0.x
murmux-2.0.0
murmux-2.0.0-MILESTONE-202302060801
0.2.x
murmux-0.2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.vacco.murmux</groupId>
    <artifactId>murmux</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.vacco.murmux:murmux:2.2.2'

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

implementation("io.vacco.murmux:murmux:2.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.vacco.murmux" % "murmux" % "2.2.2"

Advertisement