MVN

com.magenic.jmaqs.utilities : jmaqs-utilities

Maven & Gradle

Dec 01, 2020
7 usages
8 stars

JMAQS Testing Utilities Module

<dependency>
    <groupId>com.magenic.jmaqs.utilities</groupId>
    <artifactId>jmaqs-utilities</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.magenic.jmaqs.utilities : jmaqs-utilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.magenic.jmaqs.utilities : jmaqs-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jmaqs-utilities-2.2.1
jmaqs-utilities-2.2.0
2.1.x
jmaqs-utilities-2.1.0
2.0.x
jmaqs-utilities-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.magenic.jmaqs.utilities</groupId>
    <artifactId>jmaqs-utilities</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.magenic.jmaqs.utilities : jmaqs-utilities gradle dependency to your build.gradle file:

implementation 'com.magenic.jmaqs.utilities:jmaqs-utilities:2.2.1'

Gradle Kotlin DSL: Add the following com.magenic.jmaqs.utilities : jmaqs-utilities gradle kotlin dependency to your build.gradle.kts file:

implementation("com.magenic.jmaqs.utilities:jmaqs-utilities:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.magenic.jmaqs.utilities : jmaqs-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.magenic.jmaqs.utilities" % "jmaqs-utilities" % "2.2.1"

Advertisement