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