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