s

smallrye-axle-clients

文件下载
文件名 操作
smallrye-axle-clients-1.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-axle-clients</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-axle-clients:1.3.0'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-axle-clients:1.3.0")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-axle-clients" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-axle-clients', version='1.3.0')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-axle-clients" rev="1.3.0" />
Leiningen
[io.smallrye.reactive/smallrye-axle-clients "1.3.0"]
Apache Buildr
'io.smallrye.reactive:smallrye-axle-clients:jar:1.3.0'