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