We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vertx-grpcio-context-storage
1 parent 5bc2ea7 commit b669f46Copy full SHA for b669f46
vertx-grpc-docs/src/main/asciidoc/iostorage.adoc
@@ -31,7 +31,7 @@ pom.xml::
31
----
32
<dependency>
33
<groupId>io.vertx</groupId>
34
- <artifactId>vertx-grpc-context-storage</artifactId>
+ <artifactId>vertx-grpcio-context-storage</artifactId>
35
<version>${maven.version}</version>
36
</dependency>
37
@@ -41,7 +41,7 @@ build.gradle::
41
[source,groovy,subs="+attributes"]
42
43
dependencies {
44
- compile 'io.vertx:vertx-grpc-context-storage:${maven.version}'
+ compile 'io.vertx:vertx-grpcio-context-storage:${maven.version}'
45
}
46
47
====
0 commit comments