s

smallrye-reactive-utilities-projects

The Apache Software License, Version 2.0
SmallRye
Files download
File Operation
smallrye-reactive-utilities-projects-2.0.0.RC3.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-reactive-utilities-projects</artifactId>
  <version>2.0.0.RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-reactive-utilities-projects:2.0.0.RC3'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-reactive-utilities-projects:2.0.0.RC3")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-utilities-projects" % "2.0.0.RC3"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-reactive-utilities-projects', version='2.0.0.RC3')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-reactive-utilities-projects" rev="2.0.0.RC3" />
Leiningen
[io.smallrye.reactive/smallrye-reactive-utilities-projects "2.0.0.RC3"]
Apache Buildr
'io.smallrye.reactive:smallrye-reactive-utilities-projects:jar:2.0.0.RC3'