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