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