MVN

com.qwazr : qwazr-server

Maven & Gradle

Apr 01, 2022
10 usages
3 stars

QWAZR Server

<dependency>
    <groupId>com.qwazr</groupId>
    <artifactId>qwazr-server</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qwazr : qwazr-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2

All Versions

Choose a version of com.qwazr : qwazr-server to add to Maven or Gradle - All Versions:

  • Version Updated
  • qwazr-server-1.5.2

    Apr 01, 2022
  • qwazr-server-1.5.1

    Dec 09, 2020
  • qwazr-server-1.5.0

    Oct 01, 2020
  • qwazr-server-1.4.2

    Apr 07, 2019
  • qwazr-server-1.4.1

    Nov 26, 2018
  • qwazr-server-1.4.0

    Apr 23, 2018
  • qwazr-server-1.3.1

    Dec 18, 2017
  • qwazr-server-1.3.0

    Sep 25, 2017
  • qwazr-server-1.2.0

    Jun 20, 2017
  • qwazr-server-1.1.0

    Feb 20, 2017
  • qwazr-server-1.0.1

    Nov 16, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.qwazr</groupId>
    <artifactId>qwazr-server</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qwazr : qwazr-server gradle dependency to your build.gradle file:

implementation 'com.qwazr:qwazr-server:1.5.2'

Gradle Kotlin DSL: Add the following com.qwazr : qwazr-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qwazr:qwazr-server:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qwazr : qwazr-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qwazr" % "qwazr-server" % "1.5.2"

Advertisement