MVN

com.github.jknack : mwa-web

Maven & Gradle

Jul 10, 2017
1 usages

Web Module

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>mwa-web</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jknack : mwa-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of com.github.jknack : mwa-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
mwa-web-0.4.2
mwa-web-0.4.1
mwa-web-0.4.0
0.3.x
mwa-web-0.3.11
mwa-web-0.3.10
mwa-web-0.3.9
mwa-web-0.3.8
mwa-web-0.3.7
mwa-web-0.3.6
mwa-web-0.3.5
mwa-web-0.3.4
mwa-web-0.3.3

How to add a dependency to Maven

Add the following com.github.jknack : mwa-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>mwa-web</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jknack : mwa-web gradle dependency to your build.gradle file:

implementation 'com.github.jknack:mwa-web:0.4.2'

Gradle Kotlin DSL: Add the following com.github.jknack : mwa-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jknack:mwa-web:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jknack : mwa-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jknack" % "mwa-web" % "0.4.2"

Advertisement