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