MVN

com.github.workerframework : worker-testing-util

Maven & Gradle

Oct 11, 2021
13 usages
<dependency>
    <groupId>com.github.workerframework</groupId>
    <artifactId>worker-testing-util</artifactId>
    <version>5.1.0-919</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.workerframework : worker-testing-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0-919

All Versions

Choose a version of com.github.workerframework : worker-testing-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
worker-testing-util-5.1.0-919
5.0.x
worker-testing-util-5.0.0-886
4.0.x
worker-testing-util-4.0.0-850
3.4.x
worker-testing-util-3.4.0-758
3.3.x
worker-testing-util-3.3.0-719
3.2.x
worker-testing-util-3.2.0-684
3.1.x
worker-testing-util-3.1.0-490
3.0.x
worker-testing-util-3.0.0-399
2.4.x
worker-testing-util-2.4.0-342
2.3.x
worker-testing-util-2.3.1-301
worker-testing-util-2.3.0-297
2.2.x
worker-testing-util-2.2.0-294
2.1.x
worker-testing-util-2.1.0-280
2.0.x
worker-testing-util-2.0.0-279
1.9.x
worker-testing-util-1.9.0-260
1.8.x
worker-testing-util-1.8.0-249
1.7.x
worker-testing-util-1.7.0-211
1.6.x
worker-testing-util-1.6.0-181
1.5.x
worker-testing-util-1.5.0-162
1.4.x
worker-testing-util-1.4.0-142
1.3.x
worker-testing-util-1.3.1-137
worker-testing-util-1.3.0-128
1.2.x
worker-testing-util-1.2.0-113

How to add a dependency to Maven

Add the following com.github.workerframework : worker-testing-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.workerframework</groupId>
    <artifactId>worker-testing-util</artifactId>
    <version>5.1.0-919</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.workerframework : worker-testing-util gradle dependency to your build.gradle file:

implementation 'com.github.workerframework:worker-testing-util:5.1.0-919'

Gradle Kotlin DSL: Add the following com.github.workerframework : worker-testing-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.workerframework:worker-testing-util:5.1.0-919")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.workerframework : worker-testing-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.workerframework" % "worker-testing-util" % "5.1.0-919"

Advertisement