| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.sun.jersey.jersey-test-framework |
| Идентификатор | Идентификаторjersey-test-framework-core |
| Последняя версия | Последняя версия1.19.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJersey Test Framework - Core
Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-core/ -->
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-core/
implementation 'com.sun.jersey.jersey-test-framework:jersey-test-framework-core:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.jersey-test-framework/jersey-test-framework-core/
implementation ("com.sun.jersey.jersey-test-framework:jersey-test-framework-core:1.19.4")
'com.sun.jersey.jersey-test-framework:jersey-test-framework-core:jar:1.19.4'
<dependency org="com.sun.jersey.jersey-test-framework" name="jersey-test-framework-core" rev="1.19.4">
<artifact name="jersey-test-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.jersey-test-framework', module='jersey-test-framework-core', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.jersey-test-framework" % "jersey-test-framework-core" % "1.19.4"
[com.sun.jersey.jersey-test-framework/jersey-test-framework-core "1.19.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| junit : junit | jar | 4.8.2 |