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