| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы |
| Группа | Группаio.helidon.webserver |
| Идентификатор | Идентификаторhelidon-webserver-static-content |
| Версия | Версия2.3.1 |
| Тип | Типjar |
| Описание |
ОписаниеHelidon WebServer Static Content
Static content support for Helidon WebServer
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-static-content/ -->
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-static-content</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-static-content/
implementation 'io.helidon.webserver:helidon-webserver-static-content:2.3.1'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-static-content/
implementation ("io.helidon.webserver:helidon-webserver-static-content:2.3.1")
'io.helidon.webserver:helidon-webserver-static-content:jar:2.3.1'
<dependency org="io.helidon.webserver" name="helidon-webserver-static-content" rev="2.3.1">
<artifact name="helidon-webserver-static-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-static-content', version='2.3.1')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-static-content" % "2.3.1"
[io.helidon.webserver/helidon-webserver-static-content "2.3.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.common : helidon-common-http | jar | 2.3.1 |
| io.helidon.common : helidon-common-reactive | jar | 2.3.1 |
| io.helidon.common : helidon-common-media-type | jar | 2.3.1 |
| io.helidon.media : helidon-media-common | jar | 2.3.1 |
| io.helidon.webserver : helidon-webserver | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.23.4 |
| io.helidon.webserver : helidon-webserver-test-support | jar | 2.3.1 |