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
文件下载
文件名 操作
azure-core-http-vertx-1.0.0-beta.16.jar 下载
azure-core-http-vertx-1.0.0-beta.16.pom 下载
azure-core-http-vertx-1.0.0-beta.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-http-vertx</artifactId>
  <version>1.0.0-beta.16</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-core-http-vertx:1.0.0-beta.16'
Gradle Kotlin
implementation("com.azure:azure-core-http-vertx:1.0.0-beta.16")
Scala SBT
libraryDependencies += "com.azure" % "azure-core-http-vertx" % "1.0.0-beta.16"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-core-http-vertx', version='1.0.0-beta.16')
)
Apache Ivy
<dependency org="com.azure" name="azure-core-http-vertx" rev="1.0.0-beta.16" />
Leiningen
[com.azure/azure-core-http-vertx "1.0.0-beta.16"]
Apache Buildr
'com.azure:azure-core-http-vertx:jar:1.0.0-beta.16'