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