j

jersey-test-framework-provider-simple

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