s

smallrye-axle-clients

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