GroupId | GroupIdio.vertx |
---|---|
ArtifactId | ArtifactIdvertx-web-session-stores |
Version | Version4.1.4 |
Type | Typejar |
Filename | Size |
---|---|
vertx-web-session-stores-4.1.4.pom | 701 bytes |
vertx-web-session-stores-4.1.4-tests.jar | 1 KB |
vertx-web-session-stores-4.1.4-sources.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-web-session-stores/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-session-stores</artifactId>
<version>4.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-web-session-stores/
implementation 'io.vertx:vertx-web-session-stores:4.1.4'
// https://jarcasting.com/artifacts/io.vertx/vertx-web-session-stores/
implementation ("io.vertx:vertx-web-session-stores:4.1.4")
'io.vertx:vertx-web-session-stores:jar:4.1.4'
<dependency org="io.vertx" name="vertx-web-session-stores" rev="4.1.4">
<artifact name="vertx-web-session-stores" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web-session-stores', version='4.1.4')
)
libraryDependencies += "io.vertx" % "vertx-web-session-stores" % "4.1.4"
[io.vertx/vertx-web-session-stores "4.1.4"]