s

smallrye-axle-clients

Files download
File Operation
smallrye-axle-clients-0.0.5.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-axle-clients</artifactId>
  <version>0.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-axle-clients:0.0.5'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-axle-clients:0.0.5")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-axle-clients" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-axle-clients', version='0.0.5')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-axle-clients" rev="0.0.5" />
Leiningen
[io.smallrye.reactive/smallrye-axle-clients "0.0.5"]
Apache Buildr
'io.smallrye.reactive:smallrye-axle-clients:jar:0.0.5'