a

azure-core-http-vertx

This package contains the Vert.x HTTP client plugin for azure-core.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-core-http-vertx-1.0.0-beta.22.jar download
azure-core-http-vertx-1.0.0-beta.22.pom download
azure-core-http-vertx-1.0.0-beta.22-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-http-vertx</artifactId>
  <version>1.0.0-beta.22</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-core-http-vertx:1.0.0-beta.22'
Gradle Kotlin
implementation("com.azure:azure-core-http-vertx:1.0.0-beta.22")
Scala SBT
libraryDependencies += "com.azure" % "azure-core-http-vertx" % "1.0.0-beta.22"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-core-http-vertx', version='1.0.0-beta.22')
)
Apache Ivy
<dependency org="com.azure" name="azure-core-http-vertx" rev="1.0.0-beta.22" />
Leiningen
[com.azure/azure-core-http-vertx "1.0.0-beta.22"]
Apache Buildr
'com.azure:azure-core-http-vertx:jar:1.0.0-beta.22'