| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.sun.jersey |
| Идентификатор | Идентификаторjersey-test-framework |
| Версия | Версия1.17.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jersey-test-framework-1.17.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-test-framework/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-test-framework</artifactId>
<version>1.17.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-test-framework/
implementation 'com.sun.jersey:jersey-test-framework:1.17.1'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-test-framework/
implementation ("com.sun.jersey:jersey-test-framework:1.17.1")
'com.sun.jersey:jersey-test-framework:pom:1.17.1'
<dependency org="com.sun.jersey" name="jersey-test-framework" rev="1.17.1">
<artifact name="jersey-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-test-framework', version='1.17.1')
)
libraryDependencies += "com.sun.jersey" % "jersey-test-framework" % "1.17.1"
[com.sun.jersey/jersey-test-framework "1.17.1"]