| Группа | Группаio.vertx |
|---|---|
| Идентификатор | Идентификаторvertx-web-session-stores |
| Версия | Версия4.1.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| vertx-web-session-stores-4.1.3.pom | 701 bytes |
| vertx-web-session-stores-4.1.3-tests.jar | 1 KB |
| vertx-web-session-stores-4.1.3-sources.jar | 346 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-web-session-stores/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-session-stores</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-web-session-stores/
implementation 'io.vertx:vertx-web-session-stores:4.1.3'
// https://jarcasting.com/artifacts/io.vertx/vertx-web-session-stores/
implementation ("io.vertx:vertx-web-session-stores:4.1.3")
'io.vertx:vertx-web-session-stores:jar:4.1.3'
<dependency org="io.vertx" name="vertx-web-session-stores" rev="4.1.3">
<artifact name="vertx-web-session-stores" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web-session-stores', version='4.1.3')
)
libraryDependencies += "io.vertx" % "vertx-web-session-stores" % "4.1.3"
[io.vertx/vertx-web-session-stores "4.1.3"]