| Категории |
КатегорииJetty Контейнер Application Servers CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.jetty.tests |
| Идентификатор | Идентификаторtest-sessions-parent |
| Версия | Версия7.6.3.v20120416 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| test-sessions-parent-7.6.3.v20120416.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-sessions-parent</artifactId>
<version>7.6.3.v20120416</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-parent/
implementation 'org.eclipse.jetty.tests:test-sessions-parent:7.6.3.v20120416'
// https://jarcasting.com/artifacts/org.eclipse.jetty.tests/test-sessions-parent/
implementation ("org.eclipse.jetty.tests:test-sessions-parent:7.6.3.v20120416")
'org.eclipse.jetty.tests:test-sessions-parent:pom:7.6.3.v20120416'
<dependency org="org.eclipse.jetty.tests" name="test-sessions-parent" rev="7.6.3.v20120416">
<artifact name="test-sessions-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.tests', module='test-sessions-parent', version='7.6.3.v20120416')
)
libraryDependencies += "org.eclipse.jetty.tests" % "test-sessions-parent" % "7.6.3.v20120416"
[org.eclipse.jetty.tests/test-sessions-parent "7.6.3.v20120416"]