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