j

jersey-junit

A JUnit 5 extension library for testing JAX-RS and Jersey-based applications using the Jersey test framework.
https://github.com/hanleyt/jersey-junit
The Apache License, Version 2.0
Tom Hanley
Files download
File Operation
jersey-junit-2.2.0.jar download
jersey-junit-2.2.0.pom download
jersey-junit-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hanleyt</groupId>
  <artifactId>jersey-junit</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hanleyt:jersey-junit:2.2.0'
Gradle Kotlin
implementation("com.github.hanleyt:jersey-junit:2.2.0")
Scala SBT
libraryDependencies += "com.github.hanleyt" % "jersey-junit" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hanleyt', module='jersey-junit', version='2.2.0')
)
Apache Ivy
<dependency org="com.github.hanleyt" name="jersey-junit" rev="2.2.0" />
Leiningen
[com.github.hanleyt/jersey-junit "2.2.0"]
Apache Buildr
'com.github.hanleyt:jersey-junit:jar:2.2.0'
Dependencies
The project has no third-party dependencies