Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-sockjs-service-proxy |
Version | Version3.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-sockjs-service-proxy/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-sockjs-service-proxy</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-sockjs-service-proxy/
implementation 'io.vertx:vertx-sockjs-service-proxy:3.3.2'
// https://jarcasting.com/artifacts/io.vertx/vertx-sockjs-service-proxy/
implementation ("io.vertx:vertx-sockjs-service-proxy:3.3.2")
'io.vertx:vertx-sockjs-service-proxy:jar:3.3.2'
<dependency org="io.vertx" name="vertx-sockjs-service-proxy" rev="3.3.2">
<artifact name="vertx-sockjs-service-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-sockjs-service-proxy', version='3.3.2')
)
libraryDependencies += "io.vertx" % "vertx-sockjs-service-proxy" % "3.3.2"
[io.vertx/vertx-sockjs-service-proxy "3.3.2"]