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