<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-sstore-cookie</artifactId> <version>4.5.10</version> </dependency>
implementation 'io.vertx:vertx-web-sstore-cookie:4.5.10'
implementation("io.vertx:vertx-web-sstore-cookie:4.5.10")
libraryDependencies += "io.vertx" % "vertx-web-sstore-cookie" % "4.5.10"
@Grapes( @Grab(group='io.vertx', module='vertx-web-sstore-cookie', version='4.5.10') )
<dependency org="io.vertx" name="vertx-web-sstore-cookie" rev="4.5.10" />
[io.vertx/vertx-web-sstore-cookie "4.5.10"]
'io.vertx:vertx-web-sstore-cookie:jar:4.5.10'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-session-stores</artifactId> <version>4.5.10</version> </parent>
compile
|-- io.vertx:vertx-web
test