s

smallrye-axle-clients

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