| Категории |
КатегорииJakarta Server Pages Jakarta EE The Web Tier Undertow Сеть Networking |
|---|---|
| Группа | Группаio.undertow |
| Идентификатор | Идентификаторundertow-jsp |
| Версия | Версия1.0.0.Beta17 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| undertow-jsp-1.0.0.Beta17.pom | |
| undertow-jsp-1.0.0.Beta17.jar | 6 KB |
| undertow-jsp-1.0.0.Beta17-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.undertow/undertow-jsp/ -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-jsp</artifactId>
<version>1.0.0.Beta17</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-jsp/
implementation 'io.undertow:undertow-jsp:1.0.0.Beta17'
// https://jarcasting.com/artifacts/io.undertow/undertow-jsp/
implementation ("io.undertow:undertow-jsp:1.0.0.Beta17")
'io.undertow:undertow-jsp:jar:1.0.0.Beta17'
<dependency org="io.undertow" name="undertow-jsp" rev="1.0.0.Beta17">
<artifact name="undertow-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-jsp', version='1.0.0.Beta17')
)
libraryDependencies += "io.undertow" % "undertow-jsp" % "1.0.0.Beta17"
[io.undertow/undertow-jsp "1.0.0.Beta17"]