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