MVN

com.enioka.jqm : jqm-service

Maven & Gradle

May 12, 2022
1 usages
87 stars

com.enioka.jqm:jqm-service · The main JQM standalone distribution

<dependency>
    <groupId>com.enioka.jqm</groupId>
    <artifactId>jqm-service</artifactId>
    <version>2.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.enioka.jqm : jqm-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.9

All Versions

Choose a version of com.enioka.jqm : jqm-service to add to Maven or Gradle - All Versions:

  • Version Updated
  • jqm-service-2.2.9

    May 12, 2022
  • jqm-service-2.2.8

    Mar 01, 2021
  • jqm-service-2.2.7

    Jan 23, 2021
  • jqm-service-2.2.6

    Nov 28, 2020
  • jqm-service-2.2.5

    Sep 05, 2020
  • jqm-service-2.2.4

    May 11, 2020
  • jqm-service-2.2.3

    Apr 17, 2020
  • jqm-service-2.2.2

    Jan 05, 2020
  • jqm-service-2.2.1

    Feb 22, 2019
  • jqm-service-2.2.0

    Nov 22, 2018
  • jqm-service-2.1.0

    Oct 19, 2018
  • jqm-service-2.0.0

    Sep 17, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.enioka.jqm</groupId>
    <artifactId>jqm-service</artifactId>
    <version>2.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.enioka.jqm : jqm-service gradle dependency to your build.gradle file:

implementation 'com.enioka.jqm:jqm-service:2.2.9'

Gradle Kotlin DSL: Add the following com.enioka.jqm : jqm-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.enioka.jqm:jqm-service:2.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.enioka.jqm : jqm-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.enioka.jqm" % "jqm-service" % "2.2.9"