не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory 2.0-m08

Jersey Test Framework - InMemory container

Категории

Категории

IDE Инструменты разработки GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.test-framework.providers
Идентификатор

Идентификатор

jersey-test-framework-provider-inmemory
Версия

Версия

2.0-m08
Тип

Тип

jar

Скачать jersey-test-framework-provider-inmemory 2.0-m08


<!-- 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>2.0-m08</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:2.0-m08'
// 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:2.0-m08")
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:jar:2.0-m08'
<dependency org="org.glassfish.jersey.test-framework.providers" name="jersey-test-framework-provider-inmemory" rev="2.0-m08">
  <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='2.0-m08')
)
libraryDependencies += "org.glassfish.jersey.test-framework.providers" % "jersey-test-framework-provider-inmemory" % "2.0-m08"
[org.glassfish.jersey.test-framework.providers/jersey-test-framework-provider-inmemory "2.0-m08"]