is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory 3.1.0-M1

Jersey Test Framework - InMemory container

Categories

Categories

IDE Development Tools GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.test-framework.providers
ArtifactId

ArtifactId

jersey-test-framework-provider-inmemory
Version

Version

3.1.0-M1
Type

Type

jar

Download jersey-test-framework-provider-inmemory 3.1.0-M1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-inmemory/ -->
<dependency>
    <groupId>org.glassfish.jersey.test-framework.providers</groupId>
    <artifactId>jersey-test-framework-provider-inmemory</artifactId>
    <version>3.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-inmemory/
implementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:3.1.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-inmemory/
implementation ("org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:3.1.0-M1")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:jar:3.1.0-M1'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-inmemory" rev="3.1.0-M1">
  <artifact name="jersey-test-framework-provider-inmemory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.test-framework.providers', module='jersey-test-framework-provider-inmemory', version='3.1.0-M1')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-inmemory" % "3.1.0-M1"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-inmemory "3.1.0-M1"]