| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы |
| Группа | Группаio.helidon.webserver |
| Идентификатор | Идентификаторhelidon-webserver-static-content |
| Последняя версия | Последняя версия3.0.0-M2 |
| Дата | Дата |
| Тип | Тип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>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-static-content/
implementation 'io.helidon.webserver:helidon-webserver-static-content:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-static-content/
implementation ("io.helidon.webserver:helidon-webserver-static-content:3.0.0-M2")
'io.helidon.webserver:helidon-webserver-static-content:jar:3.0.0-M2'
<dependency org="io.helidon.webserver" name="helidon-webserver-static-content" rev="3.0.0-M2">
<artifact name="helidon-webserver-static-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-static-content', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-static-content" % "3.0.0-M2"
[io.helidon.webserver/helidon-webserver-static-content "3.0.0-M2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.common : helidon-common-http | jar | 3.0.0-M2 |
| io.helidon.common : helidon-common-reactive | jar | 3.0.0-M2 |
| io.helidon.common : helidon-common-media-type | jar | 3.0.0-M2 |
| io.helidon.media : helidon-media-common | jar | 3.0.0-M2 |
| io.helidon.webserver : helidon-webserver | jar | 3.0.0-M2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 | 3.0.0-M2 |