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