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