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

org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle 2.0-m05-2

Jersey Test Framework Providers Bundle

Категории

Категории

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

Группа

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

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

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

Версия

2.0-m05-2
Тип

Тип

pom

Скачать jersey-test-framework-provider-bundle 2.0-m05-2


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