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

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle 3.0.0-M1

Jersey Test Framework Providers Bundle

Категории

Категории

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

Группа

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

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

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

Версия

3.0.0-M1
Тип

Тип

pom

Скачать jersey-test-framework-provider-bundle 3.0.0-M1


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