MVN

org.glassfish.main.tests : utils

Maven & Gradle

Aug 27, 2021
21 usages
330 stars

Test utilities

<dependency>
    <groupId>org.glassfish.main.tests</groupId>
    <artifactId>utils</artifactId>
    <version>6.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.main.tests : utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.1
  • Latest Release Candidate: 6.0.0-RC4

All Versions

Choose a version of org.glassfish.main.tests : utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
utils-6.2.1
utils-6.2.0
6.1.x
utils-6.1.0
6.0.x
utils-6.0.0
utils-6.0.0-RC4
utils-6.0.0-RC3
utils-6.0.0-RC2
utils-6.0.0-RC1
utils-6.0.0-M1
5.1.x
utils-5.1.0
utils-5.1.0-RC2
utils-5.1.0-RC1
5.0.x
utils-5.0.1
5.0
utils-5.0
4.1.x
utils-4.1.2
utils-4.1.1
4.1
utils-4.1
4.0
utils-4.0-b90
utils-4.0
utils-4.0-b33
3.1.x
utils-3.1.2.2
utils-3.1.2

How to add a dependency to Maven

Add the following org.glassfish.main.tests : utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.main.tests</groupId>
    <artifactId>utils</artifactId>
    <version>6.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.main.tests : utils gradle dependency to your build.gradle file:

implementation 'org.glassfish.main.tests:utils:6.2.1'

Gradle Kotlin DSL: Add the following org.glassfish.main.tests : utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.main.tests:utils:6.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.main.tests : utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.main.tests" % "utils" % "6.2.1"