j

jersey-test-framework-provider-simple

Jersey Test Framework - Simple HTTP container
Files download
File Operation
jersey-test-framework-provider-simple-3.1.9.jar download
jersey-test-framework-provider-simple-3.1.9.pom download
jersey-test-framework-provider-simple-3.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jersey.test-framework.providers</groupId>
  <artifactId>jersey-test-framework-provider-simple</artifactId>
  <version>3.1.9</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:3.1.9'
Gradle Kotlin
implementation("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:3.1.9")
Scala SBT
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-simple" % "3.1.9"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-simple', version='3.1.9')
)
Apache Ivy
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-simple" rev="3.1.9" />
Leiningen
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-simple "3.1.9"]
Apache Buildr
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:jar:3.1.9'