| Категории |
КатегорииJetty Контейнер Application Servers |
|---|---|
| Группа | Группаorg.mortbay.jetty |
| Идентификатор | Идентификаторjetty-integration-tests |
| Версия | Версия7.0.0.RC2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-integration-tests/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-integration-tests</artifactId>
<version>7.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-integration-tests/
implementation 'org.mortbay.jetty:jetty-integration-tests:7.0.0.RC2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-integration-tests/
implementation ("org.mortbay.jetty:jetty-integration-tests:7.0.0.RC2")
'org.mortbay.jetty:jetty-integration-tests:jar:7.0.0.RC2'
<dependency org="org.mortbay.jetty" name="jetty-integration-tests" rev="7.0.0.RC2">
<artifact name="jetty-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-integration-tests', version='7.0.0.RC2')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-integration-tests" % "7.0.0.RC2"
[org.mortbay.jetty/jetty-integration-tests "7.0.0.RC2"]